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 fd64e0c commit 58b360eCopy full SHA for 58b360e
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: markdownlint-fix
13
exclude: ^(.github/pull_request_template.md|changelog-entries)
14
- repo: https://github.com/hhatto/autopep8
15
- rev: v2.0.4
+ rev: v2.3.2
16
hooks:
17
- id: autopep8
18
args: [ --in-place, --exit-code, --aggressive, --ignore=E402, --max-line-length=120 ]
0 commit comments