efb-qq-plugin-go-cqhttp/.pre-commit-config.yaml

18 lines
327 B
YAML
Raw Normal View History

2022-02-05 12:58:20 +00:00
repos:
- repo: https://github.com/psf/black
rev: 22.10.0
2022-02-05 12:58:20 +00:00
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
2022-02-05 12:58:20 +00:00
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort