replace breakpoint() check with python lint
This commit is contained in:
@@ -78,6 +78,7 @@ lint.select = [
|
||||
"N",
|
||||
"RUF",
|
||||
"TID",
|
||||
"T100",
|
||||
"U",
|
||||
]
|
||||
lint.ignore = ["E501", "E402", "E731", "ANN101", "ANN401", "A003"]
|
||||
|
||||
Reference in New Issue
Block a user