Skip to content

Commit 7f18b8b

Browse files
committedJan 22, 2025
Update pre-commit hook versions to latest
1 parent fe7273f commit 7f18b8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎{{cookiecutter.repository_name}}/.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-added-large-files
99
args: ["--maxkb=1000"]
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit # https://beta.ruff.rs/docs/usage/#github-action
12-
rev: v0.6.8
12+
rev: v0.9.2
1313
hooks:
1414
- id: ruff
1515
args: [ --fix, --exit-non-zero-on-fix ]
1616
- id: ruff-format
1717

1818
- repo: https://github.com/markdownlint/markdownlint
19-
rev: v0.13.0
19+
rev: v0.12.0
2020
hooks:
2121
- id: markdownlint
2222
name: Markdownlint

0 commit comments

Comments
 (0)