File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,30 +3,30 @@ default_language_version:
3
3
exclude : ' ^src/atomate2/vasp/schemas/calc_types/|^.github/'
4
4
repos :
5
5
- repo : https://github.com/charliermarsh/ruff-pre-commit
6
- rev : v0.0.275
6
+ rev : v0.1.14
7
7
hooks :
8
8
- id : ruff
9
9
args : [--fix]
10
10
- repo : https://github.com/pre-commit/pre-commit-hooks
11
- rev : v4.4 .0
11
+ rev : v4.5 .0
12
12
hooks :
13
13
- id : check-yaml
14
14
- id : fix-encoding-pragma
15
15
args : [--remove]
16
16
- id : end-of-file-fixer
17
17
- id : trailing-whitespace
18
18
- repo : https://github.com/psf/black
19
- rev : 23.3 .0
19
+ rev : 24.1 .0
20
20
hooks :
21
21
- id : black
22
22
- repo : https://github.com/asottile/blacken-docs
23
- rev : 1.14 .0
23
+ rev : 1.16 .0
24
24
hooks :
25
25
- id : blacken-docs
26
26
additional_dependencies : [black]
27
27
exclude : README.md
28
28
- repo : https://github.com/pycqa/flake8
29
- rev : 6 .0.0
29
+ rev : 7 .0.0
30
30
hooks :
31
31
- id : flake8
32
32
entry : pflake8
46
46
- id : rst-directive-colons
47
47
- id : rst-inline-touching-normal
48
48
- repo : https://github.com/pre-commit/mirrors-mypy
49
- rev : v1.4.1
49
+ rev : v1.8.0
50
50
hooks :
51
51
- id : mypy
52
52
files : ^src/
55
55
- types-pkg_resources==0.1.2
56
56
- types-paramiko
57
57
- repo : https://github.com/codespell-project/codespell
58
- rev : v2.2.5
58
+ rev : v2.2.6
59
59
hooks :
60
60
- id : codespell
61
61
stages : [commit, commit-msg]
You can’t perform that action at this time.
0 commit comments