21 lines
339 B
YAML
21 lines
339 B
YAML
ci:
|
|
autofix_prs: false
|
|
|
|
repos:
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: 5.10.1
|
|
hooks:
|
|
- id: isort
|
|
|
|
- repo: https://github.com/psf/black
|
|
rev: 22.3.0
|
|
hooks:
|
|
- id: black
|
|
|
|
- repo: https://github.com/PyCQA/doc8
|
|
rev: 0.10.1
|
|
hooks:
|
|
- id: doc8
|
|
additional_dependencies:
|
|
- toml
|