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

Configure black line length

parent f36ea8d1
No related merge requests found
Checking pipeline status
......@@ -58,6 +58,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