1
1
repos :
2
2
- repo : https://github.com/codespell-project/codespell
3
- rev : v2.2.4
3
+ rev : v2.3.0
4
4
hooks :
5
5
- id : codespell
6
6
additional_dependencies : [tomli]
7
- # args: ["--write-changes"] # consider enabling for auto-fif
8
- exclude : " test/fixtures/"
7
+ exclude : ^test/fixtures/
9
8
10
9
- repo : https://github.com/astral-sh/ruff-pre-commit
11
- rev : v0.4.3
10
+ rev : v0.6.0
12
11
hooks :
13
12
- id : ruff
14
13
args : ["--fix"]
@@ -17,22 +16,23 @@ repos:
17
16
exclude : ^git/ext/
18
17
19
18
- repo : https://github.com/shellcheck-py/shellcheck-py
20
- rev : v0.9 .0.6
19
+ rev : v0.10 .0.1
21
20
hooks :
22
21
- id : shellcheck
23
22
args : [--color]
24
23
exclude : ^test/fixtures/polyglot$|^git/ext/
25
24
26
25
- repo : https://github.com/pre-commit/pre-commit-hooks
27
- rev : v4.5 .0
26
+ rev : v4.6 .0
28
27
hooks :
29
28
- id : end-of-file-fixer
30
- exclude : test/fixtures/
29
+ exclude : ^test/fixtures/|COPYING|LICENSE
30
+ - id : check-symlinks
31
31
- id : check-toml
32
32
- id : check-yaml
33
33
- id : check-merge-conflict
34
34
35
35
- repo : https://github.com/abravalheri/validate-pyproject
36
- rev : v0.16
36
+ rev : v0.19
37
37
hooks :
38
- - id : validate-pyproject
38
+ - id : validate-pyproject
0 commit comments