From c705079a08b268b038a2d5cff64e69108025de41 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 18 Jun 2019 08:40:32 -0700 Subject: [PATCH] Update pre-commit hooks definition (#1167) just removed the things that are the default --- .pre-commit-hooks.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 07898b7deb..b9aca99180 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,3 @@ entry: codespell language: python types: [text] - args: [] - require_serial: false - additional_dependencies: []