Skip to content

Commit 884b10e

Browse files
pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.278 → v0.11.8](astral-sh/ruff-pre-commit@v0.0.278...v0.11.8) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/psf/black: 23.7.0 → 25.1.0](psf/black@23.7.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.15.0](pre-commit/mirrors-mypy@v1.4.1...v1.15.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.4.1](codespell-project/codespell@v2.2.5...v2.4.1) - [github.com/MarcoGorelli/cython-lint: v0.15.0 → v0.16.6](MarcoGorelli/cython-lint@v0.15.0...v0.16.6)
1 parent b47c246 commit 884b10e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

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

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

1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.4.0
17+
rev: v5.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

2424
- repo: https://github.com/psf/black
25-
rev: 23.7.0
25+
rev: 25.1.0
2626
hooks:
2727
- id: black
2828

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

3434
- repo: https://github.com/codespell-project/codespell
35-
rev: v2.2.5
35+
rev: v2.4.1
3636
hooks:
3737
- id: codespell
38-
stages: [commit, commit-msg]
38+
stages: [pre-commit, commit-msg]
3939
exclude_types: [html]
4040
additional_dependencies: [tomli] # needed to read pyproject.toml below py3.11
4141

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

0 commit comments

Comments
 (0)