Skip to content

Commit ad1f1d1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.9.4](astral-sh/ruff-pre-commit@v0.4.4...v0.9.4) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.14.1](pre-commit/mirrors-mypy@v1.10.0...v1.14.1) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
1 parent a3bb39b commit ad1f1d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.4.4
4+
rev: v0.9.4
55
hooks:
66
# Run the linter.
77
- id: ruff
88
args: [ --fix, --unsafe-fixes]
99
# Run the formatter.
1010
- id: ruff-format
1111
- repo: https://github.com/pre-commit/mirrors-mypy
12-
rev: v1.10.0
12+
rev: v1.14.1
1313
hooks:
1414
- id: mypy
1515
files: ^pymatgen/
@@ -20,7 +20,7 @@ repos:
2020
- tokenize-rt==4.1.0
2121
- types-pkg_resources==0.1.2
2222
- repo: https://github.com/codespell-project/codespell
23-
rev: v2.2.6
23+
rev: v2.4.1
2424
hooks:
2525
- id: codespell
2626
name: codespell
@@ -33,7 +33,7 @@ repos:
3333
--skip, "*.ipynb,./tests,*paper*",
3434
]
3535
- repo: https://github.com/kynan/nbstripout
36-
rev: 0.7.1
36+
rev: 0.8.1
3737
hooks:
3838
- id: nbstripout
3939
args: [

0 commit comments

Comments
 (0)