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 = [
"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",
"B",
"BLE",
@ -91,8 +91,6 @@ lint.select = [
"ISC",
"N",
"PD",
# "NPY",
# "AIR",
"PERF",
"PGH",
"PIE",