irctest/.pre-commit-config.yaml

24 lines
424 B
YAML
Raw Normal View History

exclude: ^irctest/scram
2021-02-22 18:02:13 +00:00
repos:
- repo: https://github.com/psf/black
rev: 20.8b1
hooks:
- id: black
language_version: python3.7
2021-02-22 18:04:23 +00:00
- repo: https://github.com/PyCQA/isort
rev: 5.5.2
hooks:
- id: isort
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
hooks:
- id: mypy