We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786a586 commit bda1cc0Copy full SHA for bda1cc0
.pre-commit-config.yaml
@@ -8,13 +8,13 @@ ci:
8
9
repos:
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
- rev: v0.11.12
+ rev: v0.12.11
12
hooks:
13
- id: ruff
14
args: [--fix]
15
16
- repo: https://github.com/pre-commit/pre-commit-hooks
17
- rev: v5.0.0
+ rev: v6.0.0
18
19
- id: check-yaml
20
exclude: pymatgen/analysis/vesta_cutoffs.yaml
@@ -27,7 +27,7 @@ repos:
27
- id: black
28
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.16.0
+ rev: v1.17.1
31
32
- id: mypy
33
@@ -40,7 +40,7 @@ repos:
40
additional_dependencies: [tomli] # needed to read pyproject.toml below py3.11
41
42
- repo: https://github.com/MarcoGorelli/cython-lint
43
- rev: v0.16.6
+ rev: v0.16.7
44
45
- id: cython-lint
46
args: [--no-pycodestyle]
0 commit comments