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 ef37f54 commit 06dde95Copy full SHA for 06dde95
.pre-commit-config.yaml
@@ -7,11 +7,11 @@ repos:
7
- id: requirements-txt-fixer
8
- id: trailing-whitespace
9
- repo: https://github.com/asottile/reorder-python-imports
10
- rev: v3.15.0
+ rev: v3.16.0
11
hooks:
12
- id: reorder-python-imports
13
args: [--py37-plus]
14
- - repo: https://github.com/psf/black
15
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
16
17
- id: black
0 commit comments