Skip to content

Commit

Permalink
Add pre-commit config file to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mschmidt87 committed Aug 3, 2020
1 parent cec1197 commit 533e21e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3.8
args: [--config=pyproject.toml]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
- id: flake8
args: [--config=.flake8]
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
hooks:
- id: isort

0 comments on commit 533e21e

Please sign in to comment.