From c23bb34bf7c2db76dfe53f6bf137cb510d72d8a9 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 18 Jun 2019 08:25:42 -0700 Subject: [PATCH] Update pre-commit hooks definition 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: []