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:
parent
97d9e2a109
commit
84c23765cd
31 changed files with 253 additions and 139 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue