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 bdf564a commit c9b83edCopy full SHA for c9b83ed
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ ci:
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v5.0.0
+ rev: v6.0.0
10
hooks:
11
- id: trailing-whitespace
12
- id: end-of-file-fixer
@@ -22,18 +22,18 @@ repos:
22
- id: sphinx-lint
23
types: [rst]
24
- repo: https://github.com/pycqa/isort
25
- rev: 6.0.1
+ rev: 6.1.0
26
27
- id: isort
28
additional_dependencies: ["toml"]
29
entry: isort --profile=black
30
name: isort (python)
31
- repo: https://github.com/psf/black
32
- rev: 25.1.0
+ rev: 25.9.0
33
34
- id: black
35
- repo: https://github.com/adamchainz/blacken-docs
36
- rev: "1.19.1"
+ rev: "1.20.0"
37
38
- id: blacken-docs
39
args: [--line-length=79]
0 commit comments