Add return checker, needed 4 fixes
This commit is contained in:
parent
3f0564f253
commit
2050c2dc7c
5 changed files with 14 additions and 23 deletions
|
|
@ -108,7 +108,7 @@ select = [
|
|||
# "LOG", # Flake8 logging issues (pedantic logger formatting issues can be added with "G")
|
||||
# "T20", # Warns for print statments, production code should log
|
||||
# "PT", # pytest linting
|
||||
# "RET", # Consistent clear return statments
|
||||
"RET", # Consistent clear return statments
|
||||
"RSE", # Raise parentheses
|
||||
# "SIM", # Simplifications detected
|
||||
"ARG", # unused arguments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue