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 ec44ab5 commit 6f3b98cCopy full SHA for 6f3b98c
.pre-commit-config.yaml
@@ -1,26 +1,26 @@
1
repos:
2
- - repo: https://github.com/python/black
3
- rev: 22.10.0
+ - repo: https://github.com/psf/black
+ rev: 25.9.0
4
hooks:
5
- id: black
6
- repo: https://github.com/PyCQA/isort
7
- rev: 5.10.1
+ rev: 6.0.1
8
9
- id: isort
10
- repo: https://github.com/pycqa/flake8
11
- rev: 5.0.4
+ rev: 7.3.0
12
13
- id: flake8
14
- repo: https://github.com/jackdewinter/pymarkdown
15
- rev: main
+ rev: v0.9.32
16
17
- id: pymarkdown
18
args:
19
- --disable-rules
20
- line-length
21
- scan
22
- repo: https://github.com/asottile/blacken-docs
23
- rev: v1.12.1
+ rev: 1.20.0
24
25
- id: blacken-docs
26
additional_dependencies: [black==22.10.0]
0 commit comments