Add more ruff rules after talking with Jonathan

This commit is contained in:
Micah Jerome Ellison 2023-07-01 12:34:50 -07:00
parent e7c7f5495f
commit 53768bf971

View file

@ -154,7 +154,9 @@ select = [
'Q',
'RSE',
'TID',
'TCH'
'TCH',
'T100', # debugger, don't allow break points
'ICN'
]
exclude = [".git", ".tox", ".venv", "node_modules"]