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 b027924 commit 26c926aCopy full SHA for 26c926a
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: "v5.0.0"
+ rev: "v6.0.0"
4
hooks:
5
- id: check-added-large-files
6
- id: check-case-conflict
@@ -25,17 +25,17 @@ repos:
25
]
26
exclude: "BIBLIOGRAPHY.bib|CONTRIBUTORS.rst"
27
- repo: https://github.com/PyCQA/isort
28
- rev: "6.0.1"
+ rev: "7.0.0"
29
30
- id: isort
31
- repo: https://github.com/astral-sh/ruff-pre-commit
32
- rev: "v0.12.4"
+ rev: "v0.14.3"
33
34
- id: ruff-format
35
- id: ruff
36
args: [--fix]
37
- repo: https://github.com/adamchainz/blacken-docs
38
- rev: 1.19.1
+ rev: 1.20.0
39
40
- id: blacken-docs
41
language_version: python3.10
0 commit comments