File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
repos :
10
10
- repo : https://github.com/astral-sh/ruff-pre-commit
11
- rev : v0.3.5
11
+ rev : v0.4.3
12
12
hooks :
13
13
- id : ruff
14
14
args : [--fix]
15
15
16
16
- repo : https://github.com/pre-commit/pre-commit-hooks
17
- rev : v4.5 .0
17
+ rev : v4.6 .0
18
18
hooks :
19
19
- id : check-yaml
20
20
exclude : pymatgen/analysis/vesta_cutoffs.yaml
21
21
- id : end-of-file-fixer
22
22
- id : trailing-whitespace
23
23
24
24
- repo : https://github.com/psf/black
25
- rev : 24.3.0
25
+ rev : 24.4.2
26
26
hooks :
27
27
- id : black
28
28
29
29
- repo : https://github.com/pre-commit/mirrors-mypy
30
- rev : v1.9 .0
30
+ rev : v1.10 .0
31
31
hooks :
32
32
- id : mypy
33
33
40
40
additional_dependencies : [tomli] # needed to read pyproject.toml below py3.11
41
41
42
42
- repo : https://github.com/MarcoGorelli/cython-lint
43
- rev : v0.16.0
43
+ rev : v0.16.2
44
44
hooks :
45
45
- id : cython-lint
46
46
args : [--no-pycodestyle]
You can’t perform that action at this time.
0 commit comments