python-betterproto/.pre-commit-config.yaml
2022-03-03 18:10:01 +00:00

16 lines
252 B
YAML

ci:
autofix_prs: false
repos:
- repo: https://github.com/psf/black
rev: 22.1.0
hooks:
- id: black
- repo: https://github.com/PyCQA/doc8
rev: 0.10.1
hooks:
- id: doc8
additional_dependencies:
- toml