Merge pull request #4129 from normanjaeckel/KillBlack

Disable black during code sprint.
This commit is contained in:
Norman Jäckel 2019-01-18 21:31:31 +01:00 committed by GitHub
commit 9bef7a8bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ matrix:
script:
- flake8 openslides tests
- isort --check-only --diff --recursive openslides tests
- black --check --diff --py36 openslides tests
#- black --check --diff --py36 openslides tests
- python -m mypy openslides/ tests/
- python -W ignore -m pytest --cov --cov-fail-under=70