Skip to content

Commit

Permalink
Migrate from autopep8-wrapper to mirrors-autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Oct 19, 2018
1 parent 574d5d6 commit 4654198
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
sha: v0.9.2
rev: v2.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: autopep8-wrapper
- id: check-docstring-first
- id: check-yaml
- id: debug-statements
- id: name-tests-test
- id: requirements-txt-fixer
- id: flake8
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.4.1
hooks:
- id: autopep8
- repo: https://github.com/asottile/reorder_python_imports
sha: v0.3.5
rev: v1.3.2
hooks:
- id: reorder-python-imports
language_version: python3

0 comments on commit 4654198

Please sign in to comment.