From 10a5b5820cea5d6919a8142129c0425c84f7702c Mon Sep 17 00:00:00 2001 From: William Falcon Date: Tue, 20 Oct 2020 12:07:32 -0400 Subject: [PATCH] feat: finishing #4258 in parts (#4263) --- .pre-commit-config.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd66aad4eaeb6..63987145ce9c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,20 +20,4 @@ repos: rev: v2.3.0 hooks: - id: trailing-whitespace - - id: check-yaml - id: end-of-file-fixer - - - repo: local - hooks: - - id: black - name: black - entry: python -m black - args: [--skip-string-normalization, --config, ./pyproject.toml] - language: system - types: [python] - - - id: flake8 - name: flake8 - entry: python -m flake8 - language: system - types: [python]