CategorizeLabel/.pre-commit-config.yaml
2025-10-15 17:19:26 +08:00

13 lines
267 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 25.9.0
hooks:
- id: black
exclude: ^(demo|input|output|docs)/
- repo: https://github.com/pycqa/flake8
rev: 7.3.0
hooks:
- id: flake8
exclude: ^(demo|input|output|docs)/