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.
22 lines
516 B
YAML
22 lines
516 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: black
|
|
name: black
|
|
entry: black
|
|
language: system
|
|
types: [python]
|
|
require_serial: true
|
|
- id: flake8
|
|
name: flake8
|
|
entry: flake8
|
|
language: system
|
|
types: [python]
|
|
require_serial: true
|
|
- id: reorder-python-imports
|
|
name: Reorder python imports
|
|
entry: reorder-python-imports
|
|
language: system
|
|
types: [python]
|
|
args: [--application-directories=src]
|