We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e968c commit 8b7f24dCopy full SHA for 8b7f24d
1 file changed
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
exclude: ^(.github/|tests/test_data/abinit/)
4
repos:
5
- repo: https://github.com/charliermarsh/ruff-pre-commit
6
- rev: v0.15.8
+ rev: v0.15.10
7
hooks:
8
- id: ruff
9
args: [--fix]
@@ -33,7 +33,7 @@ repos:
33
- id: rst-directive-colons
34
- id: rst-inline-touching-normal
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
- rev: v1.19.1
+ rev: v1.20.1
37
38
- id: mypy
39
files: ^src/
0 commit comments