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 71e4a8e commit 51d22f2Copy full SHA for 51d22f2
.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.12.10
+ rev: v0.13.2
7
hooks:
8
- id: ruff
9
args: [--fix]
@@ -20,7 +20,7 @@ repos:
20
21
- id: pyupgrade
22
- repo: https://github.com/asottile/blacken-docs
23
- rev: 1.19.1
+ rev: 1.20.0
24
25
- id: blacken-docs
26
additional_dependencies: [black]
@@ -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.17.1
+ rev: v1.18.2
37
38
- id: mypy
39
files: ^src/
0 commit comments