forked from kompetenzinventar/ki-backend
9 lines
156 B
YAML
9 lines
156 B
YAML
|
- repo: local
|
||
|
hooks:
|
||
|
- id: flake8
|
||
|
name: flake8
|
||
|
entry: flake8
|
||
|
language: system
|
||
|
files: ^.*\.py$
|
||
|
exclude: ^(migrations).*$
|