medi-llm / .pre-commit-config.yaml
Preetham22's picture
Add tests, formatting, and CI enhancements with pre-commit support
9218201
raw
history blame contribute delete
166 Bytes
repos:
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: []
args: ["--ignore=E501,E402"]