Skip to content

Commit b539b54

Browse files
pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.14.3](astral-sh/ruff-pre-commit@v0.11.12...v0.14.3) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.18.2](pre-commit/mirrors-mypy@v1.16.0...v1.18.2) - [github.com/MarcoGorelli/cython-lint: v0.16.6 → v0.18.1](MarcoGorelli/cython-lint@v0.16.6...v0.18.1)
1 parent 786a586 commit b539b54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ ci:
88

99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.11.12
11+
rev: v0.14.3
1212
hooks:
1313
- id: ruff
1414
args: [--fix]
1515

1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v5.0.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: check-yaml
2020
exclude: pymatgen/analysis/vesta_cutoffs.yaml
2121
- id: end-of-file-fixer
2222
- id: trailing-whitespace
2323

24-
- repo: https://github.com/psf/black
25-
rev: 25.1.0
24+
- repo: https://github.com/psf/black-pre-commit-mirror
25+
rev: 25.9.0
2626
hooks:
2727
- id: black
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.16.0
30+
rev: v1.18.2
3131
hooks:
3232
- id: mypy
3333

@@ -40,7 +40,7 @@ repos:
4040
additional_dependencies: [tomli] # needed to read pyproject.toml below py3.11
4141

4242
- repo: https://github.com/MarcoGorelli/cython-lint
43-
rev: v0.16.6
43+
rev: v0.18.1
4444
hooks:
4545
- id: cython-lint
4646
args: [--no-pycodestyle]

0 commit comments

Comments
 (0)