diff options
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 0d3fee3..bf3bcd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,7 @@ disable = [ pythonVersion = "3.7" strict = ["**"] reportMissingModuleSource = false +include = ["main.py", "slack", "tests", "typings"] [tool.ruff] extend-exclude = ["typings/weechat.pyi", "wee_slack.py", "_pytest"] |