From aec4d6e7ae9c4b57bcefd6e76810f4dd7f0c2433 Mon Sep 17 00:00:00 2001 From: Kevin James Date: Mon, 26 Nov 2018 11:44:03 -0800 Subject: [PATCH] fix(metadata): remove `autopep8-wrapper` `autopep8-wrapper` was moved to `pre-commit/mirrors-autopep8` as of release v2.0.0. --- .pre-commit-hooks.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 5d2d272..72f4be0 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,10 +1,3 @@ -- id: autopep8-wrapper - name: autopep8 wrapper - description: "Runs autopep8 over python source. If you configure additional arguments you'll want to at least include -i." - entry: autopep8-wrapper - language: python - types: [python] - args: [-i] - id: check-added-large-files name: Check for added large files description: Prevent giant files from being committed