Skip to content

Commit fd6ab7a

Browse files
committed
chore: first pass pre-commit config
Signed-off-by: Paul Horton <[email protected]>
1 parent 67cefe1 commit fd6ab7a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.pre-commit-config.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
fail_fast: true
2+
repos:
3+
- repo: local
4+
hooks:
5+
- id: system
6+
name: mypy
7+
entry: poetry run tox -e mypy
8+
pass_filenames: false
9+
language: system
10+
- repo: local
11+
hooks:
12+
- id: system
13+
name: isort
14+
entry: poetry run isort .
15+
pass_filenames: false
16+
language: system

0 commit comments

Comments
 (0)