Remove remaining TODOs in favour of issues

This commit is contained in:
Julian Stirling 2025-09-18 14:09:20 +01:00
parent ef89b536fc
commit 338d49f9e6
3 changed files with 2 additions and 4 deletions

View file

@ -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