You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
siria/.pre-commit-config.yaml

12 lines
221 B
YAML

fail_fast: true
files: ^(src/|test/|examples/|setup.py)
repos:
- repo: local
hooks:
- id: flake8
name: flake8
entry: flake8
language: system
files: ^(src/|test/|examples/|setup.py)
types: [python]