FEA-Bench / testbed /Aider-AI__aider /.pre-commit-config.yaml
hc99's picture
Add files using upload-large-folder tool
a89d35f verified
raw
history blame
385 Bytes
repos:
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black"]
- 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
args: ["--show-source"]