Enable lints for the setup wizard

This commit is contained in:
Thomas Sileo
2019-04-22 22:41:58 +02:00
parent efe99f9477
commit cf525363af
2 changed files with 6 additions and 5 deletions

View File

@@ -10,8 +10,9 @@ steps:
- pip install -U pip
- pip install mypy flake8 black
- black --check .
- flake8 activitypub.py
- flake8
- mypy --ignore-missing-imports .
- mypy --ignore-missing-imports setup_wizard
# Build the container images we need for the test suite
- name: build_containers