Remove allow failures and black exclusions.

This commit is contained in:
guy 2020-01-28 17:24:59 +01:00
parent a1a0a299df
commit f01d9b10f9
1 changed files with 1 additions and 4 deletions

View File

@ -14,11 +14,8 @@ jobs:
install: pip install black
script:
- black --version
- black . --check --exclude '\.venv/|venv/|\.local/|\.cache/|cache/|\.git/|migrations/'
- black . --check
after_success: ""
allow_failures:
- stage: format
fast_finish: true
python:
- "3.6"