We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85f372 commit 1650447Copy full SHA for 1650447
.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: v5.11.3
+ rev: 5.11.4
25
hooks:
26
- id: isort
27
- repo: https://github.com/asottile/pyupgrade
0 commit comments