lint: don't ignore rule that has been removed upstream

This commit is contained in:
Michael Hoang
2024-12-21 10:33:47 +11:00
parent da4d7fa365
commit 92a52c851a

View File

@@ -46,7 +46,6 @@ lint.select = [
] ]
lint.ignore = [ lint.ignore = [
"A003", "A003",
"ANN101",
"ANN401", "ANN401",
"TRY400", "TRY400",
"E402", "E402",