Skip to content
Snippets Groups Projects
Commit 302031b4 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Unified black conf

parent 3501e8ca
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -41,3 +41,6 @@
directory = "misc"
name = "Other"
showcontent = true
[tool.black]
exclude = "(.git|.hg|.mypy_cache|.tox|.venv|_build|buck-out|build|dist|migrations)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment