Remove a couple of commented out Ruff rules

This commit is contained in:
Bruno Alla 2024-12-31 11:04:43 +00:00
parent f1b173a59d
commit 23af0dc34a

View File

@ -67,7 +67,7 @@ extend-exclude = [
lint.select = [ lint.select = [
"A", "A",
# "ANN", # flake8-annotations: we should support this in the future but 100+ errors atm # "ANN", # flake8-annotations: we should support this in the future but many errors atm
"ASYNC", "ASYNC",
"B", "B",
"BLE", "BLE",
@ -91,8 +91,6 @@ lint.select = [
"ISC", "ISC",
"N", "N",
"PD", "PD",
# "NPY",
# "AIR",
"PERF", "PERF",
"PGH", "PGH",
"PIE", "PIE",