We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479a693 commit 96dd8e5Copy full SHA for 96dd8e5
1 file changed
.pre-commit-config.yaml
@@ -19,11 +19,11 @@ repos:
19
hooks:
20
- id: black
21
- repo: https://github.com/asottile/reorder-python-imports
22
- rev: "v3.14.0"
+ rev: "v3.15.0"
23
24
- id: reorder-python-imports
25
- repo: https://github.com/pycqa/flake8
26
- rev: "7.1.2"
+ rev: "7.3.0"
27
28
- id: flake8
29
language_version: python3
0 commit comments