Skip to content

Commit

Permalink
Add pre-commit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sliverc committed Dec 3, 2020
1 parent c356806 commit f26c6ec
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .pre-commit-config.yaml
@@ -0,0 +1,21 @@
repos:
- repo: local
hooks:
- id: black
stages: [commit]
name: black
language: system
entry: black
types: [python]
- id: isort
stages: [commit]
name: isort
language: system
entry: isort
types: [python]
- id: flake8
stages: [commit]
name: flake8
language: system
entry: flake8
types: [python]

0 comments on commit f26c6ec

Please sign in to comment.