1
0
mirror of https://github.com/pommi/python-itho-wpu.git synced 2024-09-20 05:19:53 +02:00
python-itho-wpu/.pre-commit-config.yaml

16 lines
279 B
YAML
Raw Normal View History

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]