aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-02-02 15:58:57 +0000
committerGravatar Chris Lovering <[email protected]>2024-02-02 15:58:57 +0000
commite638a1273109d89f728762643e302d6eb2950a98 (patch)
tree54d51e5ab11c647f2b298b921d87d5434f883918
parentBump upload-artifact CI action to v4 (diff)
Add ruff isort configuration
-rw-r--r--pyproject.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2a8b382..269da86 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -56,3 +56,8 @@ ignore = [
# Rules suggested to be ignored when using ruff format
"D206", "E111", "E114", "E117", "E501", "ISC001", "Q000", "Q001", "Q002", "Q003", "W191",
]
+
+[tool.ruff.lint.isort]
+order-by-type = false
+case-sensitive = true
+combine-as-imports = true