We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29c32e commit c032c02Copy full SHA for c032c02
.pre-commit-config.yaml
@@ -1,15 +1,15 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
# Ruff version.
4
- rev: v0.4.4
+ rev: v0.6.8
5
hooks:
6
# Run the linter.
7
- id: ruff
8
args: [ --fix, --unsafe-fixes]
9
# Run the formatter.
10
- id: ruff-format
11
- repo: https://github.com/pre-commit/mirrors-mypy
12
- rev: v1.10.0
+ rev: v1.11.2
13
14
- id: mypy
15
files: ^pymatgen/
@@ -20,7 +20,7 @@ repos:
20
- tokenize-rt==4.1.0
21
- types-pkg_resources==0.1.2
22
- repo: https://github.com/codespell-project/codespell
23
- rev: v2.2.6
+ rev: v2.3.0
24
25
- id: codespell
26
name: codespell
0 commit comments