Files
aider/.pre-commit-config.yaml
Paul Gauthier 84776593d3 black config
2023-05-10 21:35:10 -07:00

11 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