diff --git a/pyproject.toml b/pyproject.toml index e3d7bef26..efc3b1831 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",