Skip to content

Commit

Permalink
Downgrade to autopep8==1.4
Browse files Browse the repository at this point in the history
1.4.1 is horribly broken: hhatto/autopep8#441

Committed via https://github.com/asottile/all-repos
  • Loading branch information
asottile committed Oct 19, 2018
1 parent 7c6c1a2 commit 0ba3f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: check-byte-order-marker
- id: fix-encoding-pragma
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.4.1
rev: v1.4
hooks:
- id: autopep8
- repo: https://github.com/asottile/reorder_python_imports
Expand Down

0 comments on commit 0ba3f56

Please sign in to comment.