mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-24 13:35:00 +00:00
10 lines
229 B
YAML
10 lines
229 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 23.3.0
|
|
hooks:
|
|
- id: black
|
|
args: ["--line-length", "90", "--preview"]
|
|
- repo: https://github.com/pycqa/flake8
|
|
rev: 6.0.0
|
|
hooks:
|
|
- id: flake8
|