aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2023-12-07 21:28:13 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2024-02-18 11:32:54 +0100
commitdffe92540223819fb046a377fa5304f1023dd924 (patch)
tree364f560cc1373646833e680e7f89f434ac2cd4c0 /pyproject.toml
parenta2edc01bd1224ef7b6e11ff9b952e675514e1ece (diff)
downloadwee-slack-dffe92540223819fb046a377fa5304f1023dd924.tar.gz
Enable import sorting with ruff
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5a8e1d2..a97cdd3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,6 +3,7 @@ extend-exclude = '^/typings/weechat.pyi'
[tool.ruff]
extend-exclude = ['typings/weechat.pyi']
+extend-select = ["I"]
[tool.isort]
profile = "black"