Skip to content

Commit 58b360e

Browse files
committed
Update autopep8
1 parent fd64e0c commit 58b360e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: markdownlint-fix
1313
exclude: ^(.github/pull_request_template.md|changelog-entries)
1414
- repo: https://github.com/hhatto/autopep8
15-
rev: v2.0.4
15+
rev: v2.3.2
1616
hooks:
1717
- id: autopep8
1818
args: [ --in-place, --exit-code, --aggressive, --ignore=E402, --max-line-length=120 ]

0 commit comments

Comments
 (0)