From 46541985d682b351b4eb75dd232af46873c9f2ed Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 18 Oct 2018 18:43:09 -0700 Subject: [PATCH] Migrate from autopep8-wrapper to mirrors-autopep8 Committed via https://github.com/asottile/all-repos --- .pre-commit-config.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c5187a1..fb7554a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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