aider/.pre-commit-config.yaml
Paul Gauthier e2b5c6074f lint
2023-05-09 13:10:38 -07:00

9 lines
178 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8