replace breakpoint() check with python lint

This commit is contained in:
Jörg Thalheim
2024-09-02 13:36:07 +02:00
parent e9a266001c
commit 4632e5d0d9
4 changed files with 1 additions and 27 deletions

View File

@@ -78,6 +78,7 @@ lint.select = [
"N",
"RUF",
"TID",
"T100",
"U",
]
lint.ignore = ["E501", "E402", "E731", "ANN101", "ANN401", "A003"]