We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b074f0 commit 53c3c7bCopy full SHA for 53c3c7b
1 file changed
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
- id: python-no-log-warn
27
- id: python-use-type-annotations
28
- id: text-unicode-replacement-char
29
-- repo: https://github.com/asottile/reorder_python_imports
+- repo: https://github.com/asottile/reorder-python-imports
30
rev: v3.9.0
31
hooks:
32
- id: reorder-python-imports
@@ -40,7 +40,7 @@ repos:
40
41
- id: black
42
- repo: https://github.com/charliermarsh/ruff-pre-commit
43
- rev: v0.0.264
+ rev: v0.0.265
44
45
- id: ruff
46
- repo: https://github.com/dosisod/refurb
0 commit comments