Skip to content

Commit 1f6b6b0

Browse files
pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.15.12](astral-sh/ruff-pre-commit@v0.14.7...v0.15.12) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.20.2](pre-commit/mirrors-mypy@v1.19.0...v1.20.2) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/MarcoGorelli/cython-lint: v0.18.1 → v0.19.0](MarcoGorelli/cython-lint@v0.18.1...v0.19.0) - [github.com/igorshubovych/markdownlint-cli: v0.46.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.46.0...v0.48.0) - [github.com/kynan/nbstripout: 0.8.2 → 0.9.1](kynan/nbstripout@0.8.2...0.9.1) - [github.com/RobertCraigie/pyright-python: v1.1.407 → v1.1.409](RobertCraigie/pyright-python@v1.1.407...v1.1.409)
1 parent 8b75850 commit 1f6b6b0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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.14.7
11+
rev: v0.15.12
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --unsafe-fixes]
@@ -22,12 +22,12 @@ repos:
2222
- id: trailing-whitespace
2323

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

2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.4.1
30+
rev: v2.4.2
3131
hooks:
3232
- id: codespell
3333
stages: [pre-commit, commit-msg]
@@ -36,7 +36,7 @@ repos:
3636
exclude: src/pymatgen/analysis/aflow_prototypes.json
3737

3838
- repo: https://github.com/MarcoGorelli/cython-lint
39-
rev: v0.18.1
39+
rev: v0.19.0
4040
hooks:
4141
- id: cython-lint
4242
args: [--no-pycodestyle]
@@ -48,7 +48,7 @@ repos:
4848
- id: blacken-docs
4949

5050
- repo: https://github.com/igorshubovych/markdownlint-cli
51-
rev: v0.46.0
51+
rev: v0.48.0
5252
hooks:
5353
- id: markdownlint
5454
# MD013: line too long
@@ -59,12 +59,12 @@ repos:
5959
args: [--disable, MD013, MD024, MD025, MD033, MD041, "--"]
6060

6161
- repo: https://github.com/kynan/nbstripout
62-
rev: 0.8.2
62+
rev: 0.9.1
6363
hooks:
6464
- id: nbstripout
6565
args: [--drop-empty-cells, --keep-output]
6666

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

0 commit comments

Comments
 (0)