mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-15 14:55:21 -05: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user