Skip to content
Snippets Groups Projects
Verified Commit 49ff67f9 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Configure black line length

parent 952ac3b7
No related branches found
No related tags found
No related merge requests found
Pipeline #4516 passed
......@@ -54,6 +54,10 @@ flake8-isort = "^4.0.0"
pytest-cov = "^2.8.1"
pytest-sugar = "^0.9.2"
[tool.black]
line-length = 100
exclude = "/migrations/"
[build-system]
requires = ["poetry>=1.0"]
build-backend = "poetry.masonry.api"
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