Skip to content

Commit c032c02

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.6.8](astral-sh/ruff-pre-commit@v0.4.4...v0.6.8) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.2](pre-commit/mirrors-mypy@v1.10.0...v1.11.2) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent e29c32e commit c032c02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.4.4
4+
rev: v0.6.8
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.11.2
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.3.0
2424
hooks:
2525
- id: codespell
2626
name: codespell

0 commit comments

Comments
 (0)