17 lines
438 B
YAML
17 lines
438 B
YAML
files: ^flights-domain/
|
|
repos:
|
|
- repo: https://github.com/ambv/black
|
|
rev: 23.10.0
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/pycqa/flake8
|
|
rev: 6.1.0
|
|
hooks:
|
|
- id: flake8
|
|
args: [--config, flights-domain/flights-information/setup.cfg]
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: 5.12.0
|
|
hooks:
|
|
- id: isort
|
|
args: ['--src-path', 'flights-domain/', 'auth-domain/user-manager/']
|