Disable black during code sprint.
This commit is contained in:
parent
24cf01b03f
commit
34d2906aa2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user