Skip to content
Snippets Groups Projects

Unified black conf

Merged Agate requested to merge better-black-conf into develop
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -114,7 +114,7 @@ black:
before_script:
- pip install black
script:
- black --exclude "/(\.git|\.hg|\.mypy_cache|\.tox|\.venv|_build|buck-out|build|dist|migrations)/" --check --diff api/
- black --check --diff api/
flake8:
image: python:3.6
Loading