aider/.pre-commit-config.yaml
2023-05-10 21:35:10 -07:00

10 lines
230 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
args: ["--line-length", "100", "--preview"]
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8