Skip to content
Snippets Groups Projects
Commit e7787132 authored by Yoann Schneider's avatar Yoann Schneider :tennis: Committed by Erwan Rouchet
Browse files

Comply with flake8-return

parent e648d5e4
No related branches found
No related tags found
1 merge request!2285Introduce flake8 return
......@@ -8,13 +8,7 @@ quote-style = "double"
select = ["Q0", "F", "W", "E",
# request-without-timeout
"S113",
# flake8-return: unnecessary-return-none
"RET501",
# flake8-return: unnecessary-assign
"RET504",
# flake8-return: superfluous-else-return
"RET505",
# flake8-return: superfluous-else-raise
"RET506",
# flake8-return
"RET",
]
ignore = ["E501"]
ignore = ["E501", "RET502", "RET503"]
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