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

[flake8] Ignore missing docstrings

parent e71a8aa4
No related branches found
No related tags found
No related merge requests found
Pipeline #1905 failed
......@@ -47,7 +47,7 @@ commands =
[flake8]
max_line_length = 100
exclude = migrations,tests
ignore = E203,E231,W503
ignore = E203,E231,W503, D102
[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