amqtt/.pre-commit-config.yaml

17 wiersze
247 B
YAML

fail_fast: false
repos:
- repo: local
hooks:
- id: flake8
name: flake8
entry: flake8
language: system
types: [python]
- id: black
name: Black
entry: black
args: [--check]
language: system
types: [python]