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 73c01ae commit 012b06eCopy full SHA for 012b06e
.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.14.2
+ rev: v0.14.5
7
hooks:
8
- id: ruff
9
args: [--fix]
@@ -16,7 +16,7 @@ repos:
16
- id: end-of-file-fixer
17
- id: trailing-whitespace
18
- repo: https://github.com/asottile/pyupgrade
19
- rev: v3.21.0
+ rev: v3.21.1
20
21
- id: pyupgrade
22
- repo: https://github.com/asottile/blacken-docs
0 commit comments