Skip to content

Commit 7920cc5

Browse files
committed
Switch to upstream autopep8 pre-commit hook
1 parent a61463e commit 7920cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ repos:
2525
hooks:
2626
- id: pyupgrade
2727
args: ['--py38-plus']
28-
- repo: https://github.com/pre-commit/mirrors-autopep8
29-
rev: v2.0.4
28+
- repo: https://github.com/hhatto/autopep8
29+
rev: v2.1.0
3030
hooks:
3131
- id: autopep8
3232
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)