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 dcf6bde commit 56fc53fCopy full SHA for 56fc53f
.pre-commit-config.yaml
@@ -11,17 +11,17 @@ repos:
11
- id: requirements-txt-fixer
12
- id: trailing-whitespace
13
- repo: https://github.com/asottile/reorder-python-imports
14
- rev: v3.15.0
+ rev: v3.16.0
15
hooks:
16
- id: reorder-python-imports
17
args: [--py37-plus, --add-import, "from __future__ import annotations"]
18
- repo: https://github.com/asottile/pyupgrade
19
- rev: v3.20.0
+ rev: v3.21.0
20
21
- id: pyupgrade
22
args: [--py37-plus]
23
- - repo: https://github.com/psf/black
24
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
25
26
- id: black
27
- repo: https://github.com/PyCQA/flake8
0 commit comments