fix ruff breakpoint

This commit is contained in:
NaNoMelo 2024-10-14 01:11:22 +02:00 committed by Bartuccio Antoine
parent 0b31b215f6
commit efdd4a6b16

View File

@ -108,6 +108,7 @@ select = [
"UP008", # Use super() instead of super(__class__, self) "UP008", # Use super() instead of super(__class__, self)
"UP009", # utf-8 encoding declaration is unnecessary "UP009", # utf-8 encoding declaration is unnecessary
"T2", # print statements "T2", # print statements
"T100", # breakpoint()
] ]
ignore = [ ignore = [