Skip to content

Commit d1582d1

Browse files
committed
Update versions of pre-commit hooks
1 parent b630eaf commit d1582d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/codespell-project/codespell
3-
rev: v2.2.4
3+
rev: v2.3.0
44
hooks:
55
- id: codespell
66
additional_dependencies: [tomli]
77
# args: ["--write-changes"] # consider enabling for auto-fif
88
exclude: "test/fixtures/"
99

1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.4.3
11+
rev: v0.6.0
1212
hooks:
1313
- id: ruff
1414
args: ["--fix"]
@@ -17,14 +17,14 @@ repos:
1717
exclude: ^git/ext/
1818

1919
- repo: https://github.com/shellcheck-py/shellcheck-py
20-
rev: v0.9.0.6
20+
rev: v0.10.0.1
2121
hooks:
2222
- id: shellcheck
2323
args: [--color]
2424
exclude: ^test/fixtures/polyglot$|^git/ext/
2525

2626
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: v4.5.0
27+
rev: v4.6.0
2828
hooks:
2929
- id: end-of-file-fixer
3030
exclude: test/fixtures/
@@ -33,6 +33,6 @@ repos:
3333
- id: check-merge-conflict
3434

3535
- repo: https://github.com/abravalheri/validate-pyproject
36-
rev: v0.16
36+
rev: v0.19
3737
hooks:
3838
- id: validate-pyproject

0 commit comments

Comments
 (0)