diff --git a/pyproject.toml b/pyproject.toml index 599a18de..e0be0e2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ unfixable = [] # Alembic migrations can have longer lines and specific patterns "alembic/versions/*.py" = ["E501", "F401"] # Scripts: late imports, intentional import-for-side-effect checks, loop vars, syntax -"scripts/**/*.py" = ["E402", "F401", "B007", "B015", "B024", "B027"] +"scripts/**/*.py" = ["E402", "F401", "I001", "B007", "B015", "B024", "B027"] "scripts/rename_terminology.py" = ["ALL"] # Import sorting configuration (replaces isort)