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