Skip to content

Commit 96fbcc2

Browse files
pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.14.3](astral-sh/ruff-pre-commit@v0.12.11...v0.14.3) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) - [github.com/MarcoGorelli/cython-lint: v0.16.7 → v0.18.1](MarcoGorelli/cython-lint@v0.16.7...v0.18.1) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/RobertCraigie/pyright-python: v1.1.404 → v1.1.407](RobertCraigie/pyright-python@v1.1.404...v1.1.407)
1 parent 6e4321c commit 96fbcc2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

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

99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.12.11
11+
rev: v0.14.3
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --unsafe-fixes]
@@ -22,7 +22,7 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.17.1
25+
rev: v1.18.2
2626
hooks:
2727
- id: mypy
2828

@@ -36,14 +36,14 @@ repos:
3636
exclude: src/pymatgen/analysis/aflow_prototypes.json
3737

3838
- repo: https://github.com/MarcoGorelli/cython-lint
39-
rev: v0.16.7
39+
rev: v0.18.1
4040
hooks:
4141
- id: cython-lint
4242
args: [--no-pycodestyle]
4343
- id: double-quote-cython-strings
4444

4545
- repo: https://github.com/adamchainz/blacken-docs
46-
rev: 1.19.1
46+
rev: 1.20.0
4747
hooks:
4848
- id: blacken-docs
4949

@@ -65,6 +65,6 @@ repos:
6565
args: [--drop-empty-cells, --keep-output]
6666

6767
- repo: https://github.com/RobertCraigie/pyright-python
68-
rev: v1.1.404
68+
rev: v1.1.407
6969
hooks:
7070
- id: pyright

0 commit comments

Comments
 (0)