diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2022-10-30 07:50:11 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2024-02-18 11:32:52 +0100 |
commit | f0793c332dceb937c2571750115561626b5ae552 (patch) | |
tree | 96ebca711adabdb21640abedb3a9d79d6d60cfd5 /pyproject.toml | |
parent | 675ad9bb16e4041afde43f551d7a76bb9b008f5e (diff) | |
download | wee-slack-f0793c332dceb937c2571750115561626b5ae552.tar.gz |
Add isort
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
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"] |