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.
2 parents 90d2b9c + fcf547d commit 623c0b1Copy full SHA for 623c0b1
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: autoflake
19
args: ["--in-place", "--remove-all-unused-imports", "--ignore-init-module-imports", "--remove-unused-variables"]
20
- repo: https://github.com/PyCQA/isort
21
- rev: 5.10.0
+ rev: 5.10.1
22
hooks:
23
- id: isort
24
- repo: https://github.com/psf/black
0 commit comments