mirror of
https://github.com/pommi/python-itho-wpu.git
synced 2024-11-14 12:42:15 +01:00
16 lines
279 B
YAML
16 lines
279 B
YAML
|
repos:
|
||
|
- repo: local
|
||
|
hooks:
|
||
|
- id: flake8
|
||
|
name: flake8
|
||
|
language: system
|
||
|
entry: flake8
|
||
|
types: [python]
|
||
|
stages: [commit]
|
||
|
- id: black
|
||
|
name: black
|
||
|
language: system
|
||
|
entry: black
|
||
|
types: [python]
|
||
|
stages: [commit]
|