Skip to content

Commit 02a5c6a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](astral-sh/ruff-pre-commit@v0.4.1...v0.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
1 parent c788e64 commit 02a5c6a

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.4.1
6+
rev: v0.4.2
77
hooks:
88
# Run the linter.
99
- id: ruff
1010
args: [ --fix, --unsafe-fixes]
1111
# Run the formatter.
1212
- id: ruff-format
1313
- repo: https://github.com/pre-commit/mirrors-mypy
14-
rev: v1.9.0
14+
rev: v1.10.0
1515
hooks:
1616
- id: mypy
1717
files: ^pymatgen/

0 commit comments

Comments
 (0)