diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3c32749..0d3fee3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ strict = ["**"] reportMissingModuleSource = false [tool.ruff] -extend-exclude = ["typings/weechat.pyi"] +extend-exclude = ["typings/weechat.pyi", "wee_slack.py", "_pytest"] [tool.ruff.lint] extend-select = ["I"] |