Skip to content

Commit 3ac5fce

Browse files
pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.7...v0.15.4) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) - [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.47.0](igorshubovych/markdownlint-cli@v0.46.0...v0.47.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.408](RobertCraigie/pyright-python@v1.1.407...v1.1.408)
1 parent 8b75850 commit 3ac5fce

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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.4
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.19.0
25+
rev: v1.19.1
2626
hooks:
2727
- id: mypy
2828

@@ -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.47.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.408
6969
hooks:
7070
- id: pyright

0 commit comments

Comments
 (0)