diff --git a/pyproject.toml b/pyproject.toml
index d370f5cd4a..ab8ad53a73 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,6 @@ line-length = 100
 select = [
     "F", # pyflakes
     "E", "W", # pycodestyle
-    "I", # pycodestyle
     "N", # pep8-naming
     "UP", # pyupgrade
     "A", # flake8-builtins