From 0e8f816d0e7c39e3b8801e0fde8c47f86f183a6b Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 24 Jan 2019 12:29:38 +1100 Subject: [PATCH] Remove deprecated pre-commit hook autopep8-wrapper --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 23f58f4..fc4eb69 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.1.0 hooks: - - id: autopep8-wrapper - id: check-byte-order-marker - id: check-case-conflict - id: check-executables-have-shebangs