Disable black during code sprint.

This commit is contained in:
Norman Jäckel 2019-01-18 21:20:43 +01:00
parent 24cf01b03f
commit 34d2906aa2
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