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

Merge branch 'better-black-conf' into 'develop'

Unified black conf

See merge request funkwhale/funkwhale!675
parents 3501e8ca 302031b4
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