enable mypy typechecking for plugin code

This commit is contained in:
Maxim Kurnikov
2019-07-25 20:03:10 +03:00
parent bc42cc2fa1
commit 1b6c337aef

View File

@@ -18,6 +18,10 @@ jobs:
python: 3.6
script: 'python ./scripts/typecheck_tests.py'
- name: Mypy for plugin code
python: 3.7
script: 'mypy ./mypy_django_plugin'
- name: Lint with black
python: 3.7
script: 'black --check --line-length=120 django-stubs/'