feat: finishing #4258 in parts (#4263)

This commit is contained in:
William Falcon 2020-10-20 12:07:32 -04:00 committed by GitHub
parent 09c2f4a421
commit 10a5b5820c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 16 deletions

View File

@ -20,20 +20,4 @@ repos:
rev: v2.3.0 rev: v2.3.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: check-yaml
- id: end-of-file-fixer - 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]