forked from kompetenzinventar/ki-backend
15 lines
304 B
YAML
15 lines
304 B
YAML
- repo: local
|
|
hooks:
|
|
- id: flake8
|
|
name: flake8
|
|
entry: flake8
|
|
language: system
|
|
files: ^.*\.py$
|
|
exclude: ^(migrations).*$
|
|
- id: unittest
|
|
name: unittest
|
|
entry: python -m unittest discover ki
|
|
language: system
|
|
exclude: .*
|
|
always_run: true
|