diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
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" |