python-betterproto/.pre-commit-config.yaml
James Hilton-Balfe 6df8cef3f0
Fix CI (#456)
2023-02-13 00:20:58 +00:00

21 lines
339 B
YAML

ci:
autofix_prs: false
repos:
- repo: https://github.com/pycqa/isort
rev: 5.11.5
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