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 4e85c1a commit 8ea6485Copy full SHA for 8ea6485
.pre-commit-config.yaml
@@ -3,13 +3,13 @@ repos:
3
rev: v2.1.0
4
hooks:
5
- id: flake8
6
- - repo: https://github.com/ambv/black
7
- rev: stable
+ - repo: https://github.com/psf/black
+ rev: 25.9.0
8
9
- id: black
10
language_version: python3.7
11
- - repo: https://github.com/asottile/reorder_python_imports
12
- rev: v1.9.0
+ - repo: https://github.com/asottile/reorder-python-imports
+ rev: v3.15.0
13
14
- id: reorder-python-imports
15
args: [--py3-plus]
0 commit comments