mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-01 03:48:04 +00:00
fix ruff breakpoint
This commit is contained in:
parent
0b31b215f6
commit
efdd4a6b16
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user