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.
2 parents 2c7ea6d + 85054a6 commit b79574aCopy full SHA for b79574a
1 file changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: ^docs/
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v5.0.0
+ rev: v6.0.0
5
hooks:
6
- id: trailing-whitespace
7
- id: end-of-file-fixer
@@ -12,7 +12,7 @@ repos:
12
- --remove
13
14
- repo: https://github.com/pycqa/isort
15
- rev: 6.0.1
+ rev: 7.0.0
16
17
- id: isort
18
args:
@@ -21,13 +21,13 @@ repos:
21
22
23
- repo: https://github.com/psf/black-pre-commit-mirror
24
- rev: 25.1.0
+ rev: 25.12.0
25
26
- id: black
27
28
29
- repo: https://github.com/asottile/blacken-docs
30
- rev: 1.19.1
+ rev: 1.20.0
31
32
- id: blacken-docs
33
additional_dependencies: [black]
0 commit comments