Skip to content

Commit 608606c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.4.1](astral-sh/ruff-pre-commit@v0.2.2...v0.4.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent 98c1022 commit 608606c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ exclude: ^(tests)
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
55
# Ruff version.
6-
rev: v0.2.2
6+
rev: v0.4.1
77
hooks:
88
# Run the linter.
99
- id: ruff
1010
args: [ --fix ]
1111
# Run the formatter.
1212
- id: ruff-format
1313
- repo: https://github.com/pre-commit/mirrors-mypy
14-
rev: v1.8.0
14+
rev: v1.9.0
1515
hooks:
1616
- id: mypy
1717
files: ^pymatgen/

0 commit comments

Comments
 (0)