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 9ed245e commit a0c869aCopy full SHA for a0c869a
.pre-commit-config.yaml
@@ -21,25 +21,25 @@ repos:
21
- id: sphinx-lint
22
types: [rst]
23
- repo: https://github.com/pycqa/isort
24
- rev: 5.13.2
+ rev: 6.0.0
25
hooks:
26
- id: isort
27
additional_dependencies: ["toml"]
28
entry: isort --profile=black
29
name: isort (python)
30
- repo: https://github.com/psf/black
31
- rev: 24.10.0
+ rev: 25.1.0
32
33
- id: black
34
- repo: https://github.com/adamchainz/blacken-docs
35
- rev: "1.19.0"
+ rev: "1.19.1"
36
37
- id: blacken-docs
38
args: [--line-length=79]
39
additional_dependencies:
40
- black
41
- repo: https://github.com/codespell-project/codespell
42
- rev: v2.3.0
+ rev: v2.4.1
43
44
- id: codespell
45
args: [--toml pyproject.toml]
0 commit comments