arcaea-offline-ocr/.pre-commit-config.yaml
Lzhyrifx c864414b88
pre-commit (#9)
clean up legacy code
2023-10-29 17:20:33 +08:00

15 lines
323 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort