aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2022-10-24 20:44:01 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2024-02-18 11:32:52 +0100
commite6796bbf07a5c8ecdc3411f583814be28f163807 (patch)
tree2865a3d9369c7c169add2720cbdead6e54e64375 /pyproject.toml
parenta8e564d25a0178a488b0b7834cc60a0dbfa0215a (diff)
downloadwee-slack-e6796bbf07a5c8ecdc3411f583814be28f163807.tar.gz
Organize imports with isort instead of pyright
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3c24b63..b4dfd3b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,9 @@
[tool.black]
extend-exclude = '^/typings/weechat.pyi'
+[tool.isort]
+profile = "black"
+
[tool.poetry]
name = "wee-slack"
version = "3.0.0"