add RET, Q, RSE lint

This commit is contained in:
Jörg Thalheim
2024-09-02 15:58:49 +02:00
parent dca1bd084d
commit cb16cda3fa
31 changed files with 201 additions and 246 deletions

View File

@@ -29,10 +29,13 @@ lint.select = [
"PIE",
"PT",
"PYI",
"Q",
"RET",
"RSE",
"RUF",
"T10",
"TID",
"U",
"YTT",
]
lint.ignore = ["E501", "E402", "E731", "ANN101", "ANN401", "A003"]
lint.ignore = ["E501", "E402", "E731", "ANN101", "ANN401", "A003", "RET504"]