mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 08:22:16 +03:00
13 lines
207 B
YAML
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
|