aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2022-10-30 07:50:11 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2024-02-18 11:32:52 +0100
commitf0793c332dceb937c2571750115561626b5ae552 (patch)
tree96ebca711adabdb21640abedb3a9d79d6d60cfd5 /pyproject.toml
parent675ad9bb16e4041afde43f551d7a76bb9b008f5e (diff)
downloadwee-slack-f0793c332dceb937c2571750115561626b5ae552.tar.gz
Add isort
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 b4dfd3b..145896e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,6 +23,7 @@ websocket-client = ">= 0.37.0"
black = "^22.8.0"
pytest = "^7.1.3"
pytest-cov = "^4.0.0"
+isort = "^5.10.1"
[tool.pylint.main]
ignored-modules = ["weechat"]