Finish hooks
This commit is contained in:
parent
bb49130f6f
commit
a604e7c12c
@ -1,4 +1,16 @@
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 21.6b0
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.9.1
|
||||
hooks:
|
||||
- id: isort
|
||||
- repo: https://github.com/pycqa/pylint
|
||||
rev: v2.9.3
|
||||
hooks:
|
||||
- id: pylint
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v0.910
|
||||
hooks:
|
||||
- id: mypy
|
||||
|
Loading…
Reference in New Issue
Block a user