Files
Pheobe/.pre-commit-config.yaml
2024-05-06 20:58:44 -04:00

12 lines
245 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
language_version: python3.10.6
- repo: https://github.com/pycqa/flake8
rev: 7.0.0 # Use the latest revision
hooks:
- id: flake8