Skip to content
Snippets Groups Projects
Commit 31ae1da1 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

[flake8] Ignore docstrings

parent 5f121e04
No related branches found
No related tags found
No related merge requests found
Pipeline #1907 passed with warnings
......@@ -47,7 +47,7 @@ commands =
[flake8]
max_line_length = 100
exclude = migrations,tests
ignore = E203,E231,W503, D102
ignore = E203,E231,W503,D100,D101,D102,D103,D105,D106,D107
[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