Skip to content

Commit

Permalink
feat: finishing #4258 in parts (#4263)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon committed Oct 20, 2020
1 parent 09c2f4a commit 10a5b58
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .pre-commit-config.yaml
Expand Up @@ -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]

0 comments on commit 10a5b58

Please sign in to comment.