Skip to content
Snippets Groups Projects
Commit 650389ea authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Ignore complexity warnings in flake8 config

parent 62893567
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,8 @@ exclude = ...@@ -129,7 +129,8 @@ exclude =
.eggs .eggs
docs/conf.py docs/conf.py
max-line-length=120 max-line-length=120
ignore = W293 W503 W291 W504 ignore = W293 W503 W291 W504 C901
[pyscaffold] [pyscaffold]
# PyScaffold's parameters when the project was created. # PyScaffold's parameters when the project was created.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment