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

[Tests] Ignore warnings as proposed by black

parent c70d4596
No related branches found
No related tags found
No related merge requests found
Pipeline #364 passed with warnings
......@@ -44,7 +44,7 @@ commands =
[flake8]
max_line_length = 100
exclude = migrations,tests
ignore = E231
ignore = E203,E231,W503
[isort]
line_length = 100
......
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