Skip to content
Snippets Groups Projects
Verified Commit 6f359690 authored by Björn Ludwig's avatar Björn Ludwig
Browse files

chore(mypy): exclude docs folder from checking

parent 263d4ae0
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ filterwarnings = "error"
markers = "webtest: mark a test as requiring internet connection"
[tool.mypy]
exclude = ["^build/", "^venv/"]
exclude = ["^build/", "^venv/", "^docs/"]
scripts_are_modules = true
warn_unused_ignores = true
show_error_codes = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment