1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-09 15:35:24 +02:00

fix: strict optional errors (#1759)

* fix strict optional errors

* fix typing in repository

* fix backup db files location

* update workspace settings
This commit is contained in:
Hayden 2022-10-23 13:04:04 -08:00 committed by GitHub
parent 97d9e2a109
commit 84c23765cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 253 additions and 139 deletions

View file

@ -105,5 +105,5 @@ pgsql = ["psycopg2-binary"]
python_version = "3.10"
ignore_missing_imports = true
follow_imports = "skip"
strict_optional = false # TODO: Fix none type checks - temporary stop-gap to implement mypy
strict_optional = true
plugins = "pydantic.mypy"