We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7273f commit 7f18b8bCopy full SHA for 7f18b8b
{{cookiecutter.repository_name}}/.pre-commit-config.yaml
@@ -3,20 +3,20 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.5.0
+ rev: v5.0.0
7
hooks:
8
- id: check-added-large-files
9
args: ["--maxkb=1000"]
10
11
- repo: https://github.com/astral-sh/ruff-pre-commit # https://beta.ruff.rs/docs/usage/#github-action
12
- rev: v0.6.8
+ rev: v0.9.2
13
14
- id: ruff
15
args: [ --fix, --exit-non-zero-on-fix ]
16
- id: ruff-format
17
18
- repo: https://github.com/markdownlint/markdownlint
19
- rev: v0.13.0
+ rev: v0.12.0
20
21
- id: markdownlint
22
name: Markdownlint
0 commit comments