We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ac349 commit 075327aCopy full SHA for 075327a
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows
19
20
- repo: https://github.com/PyCQA/autoflake
21
- rev: v1.7.6
+ rev: v1.7.7
22
hooks:
23
- id: autoflake
24
args: [
0 commit comments