enable ASYNC, DTZ, YTT and EM lints
This commit is contained in:
@@ -70,15 +70,19 @@ line-length = 88
|
||||
lint.select = [
|
||||
"A",
|
||||
"ANN",
|
||||
"ASYNC",
|
||||
"B",
|
||||
"C4",
|
||||
"DTZ",
|
||||
"E",
|
||||
"EM",
|
||||
"F",
|
||||
"I",
|
||||
"N",
|
||||
"RUF",
|
||||
"T10",
|
||||
"TID",
|
||||
"T100",
|
||||
"U",
|
||||
"YTT",
|
||||
]
|
||||
lint.ignore = ["E501", "E402", "E731", "ANN101", "ANN401", "A003"]
|
||||
|
||||
Reference in New Issue
Block a user