diff --git a/pyproject.toml b/pyproject.toml index 4f2e764..9b0d89b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ build-backend = "hatchling.build" [tool.ruff] lint.ignore = ["E501", "B008", "B006"] -lint.extend-select = ["B", "C4", "PIE", "T20", "SIM", "TCH"] +lint.extend-select = ["B", "C4", "I", "PIE", "T20", "SIM", "TCH"] [tool.pytest.ini_options] testpaths = ["tests"]