yubioath-flutter/.pre-commit-config.yaml
2018-04-19 09:27:54 +02:00

13 lines
207 B
YAML

- repo: local
hooks:
- id: qmllint
name: qmllint
entry: qmllint
language: system
files: \.qml$
- id: flake8
name: flake8
language: system
entry: flake8 ./py
files: \.py