Skip to content

Commit 9a1bc52

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.12.9](astral-sh/ruff-pre-commit@v0.12.4...v0.12.9) - [github.com/pre-commit/mirrors-mypy: v1.17.0 → v1.17.1](pre-commit/mirrors-mypy@v1.17.0...v1.17.1)
1 parent a5427f7 commit 9a1bc52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.12.4
4+
rev: v0.12.9
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.17.0
12+
rev: v1.17.1
1313
hooks:
1414
- id: mypy
1515
files: ^pymatgen/

0 commit comments

Comments
 (0)