disable missing import error
All checks were successful
ci/woodpecker/push/tests Pipeline was successful

Signed-off-by: Ivan Schaller <ivan@schaller.sh>
This commit is contained in:
Ivan Schaller 2023-06-22 09:16:54 +02:00
parent 5d60669161
commit 433f36b3fd
Signed by: olofvndrhr
GPG key ID: 2A6BE07D99C8C205

View file

@ -53,6 +53,7 @@ reportUnnecessaryTypeIgnoreComment = true
reportShadowedImports = true reportShadowedImports = true
reportUnusedExpression = true reportUnusedExpression = true
reportMatchNotExhaustive = true reportMatchNotExhaustive = true
reportMissingImports = false
# venvPath = "." # venvPath = "."
# venv = "venv" # venv = "venv"