scores/.pre-commit-config.yaml
2022-10-31 22:11:05 +01:00

13 lines
342 B
YAML

repos:
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: "v2.0.0"
hooks:
- id: autopep8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.982" # Use the sha / tag you want to point at
hooks:
- id: mypy
- repo: https://github.com/PyCQA/isort
rev: "5.10.1"
hooks:
- id: isort