blob: 6a3e24f7463ca529ce2372d6f66b75066e01f0e9 [file] [log] [blame]
Borjan Tchakaloff215787c2020-01-24 14:29:58 +01001---
2repos:
3 - repo: https://github.com/timothycrosley/isort
4 rev: 4.3.21
5 hooks:
6 - id: isort
7 additional_dependencies:
8 - toml == 0.10.0
9 - repo: https://github.com/psf/black
10 rev: 19.10b0
11 hooks:
12 - id: black
13 - repo: https://github.com/pre-commit/mirrors-mypy
14 rev: v0.761
15 hooks:
16 - id: mypy
17 - repo: https://github.com/pre-commit/pre-commit-hooks
18 rev: v2.4.0
19 hooks:
20 - id: check-merge-conflict
21 - id: debug-statements
22 - id: end-of-file-fixer
23 - id: mixed-line-ending
24 - id: trailing-whitespace