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 bbe63ab commit 41fef6fCopy full SHA for 41fef6f
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
- id: autoflake # isort should run before black as black sometimes tweaks the isort output
22
args: ["--in-place", "--ignore-init-module-imports"]
23
- repo: https://github.com/PyCQA/isort
24
- rev: 5.10.1
+ rev: v5.11.3
25
hooks:
26
- id: isort
27
- repo: https://github.com/asottile/pyupgrade
0 commit comments