diff --git a/pyproject.toml b/pyproject.toml index 054a4d2d395..91d3c15a0ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,6 +92,7 @@ select = [ "E", # pycodestyle "F", # pyflakes "I", # isort + "NPY", # numpy "UP", # pyupgrade "W", # pycodestyle warnings ]