protocolpilot / .pre-commit-config.yaml
mgbam's picture
Sync from GitHub (main)
c6868b7 verified
raw
history blame contribute delete
264 Bytes
repos:
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 7.1.1
hooks:
- id: flake8