Remove remaining TODOs in favour of issues
This commit is contained in:
parent
ef89b536fc
commit
338d49f9e6
3 changed files with 2 additions and 4 deletions
|
|
@ -112,7 +112,7 @@ select = [
|
|||
"B", # Flake8 bugbear
|
||||
"A", # Flake8 builtins checker
|
||||
"C", # Flake8 comprehensions
|
||||
# "FIX", #TODO/FIXME's in code. These should be added during development for ongoing tasks.
|
||||
"FIX", #TODO/FIXME's in code. These should be added during development for ongoing tasks.
|
||||
# If they are not fixed before merge they should be converted to GitLab issues
|
||||
# "LOG", # Flake8 logging issues (pedantic logger formatting issues can be added with "G")
|
||||
# "T20", # Warns for print statements, production code should log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue