Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ dev = [
"pytest-xdist==3.6.1",
"ruff==0.14.10",
"types-cachetools==6.2.0.20250827",
"no-slop>=0.2.0",
]

# Ruff configuration
Expand Down Expand Up @@ -183,7 +184,7 @@ warn_unused_configs = true
disallow_untyped_defs = true
disallow_incomplete_defs = true
disable_error_code = ["import-untyped", "import-not-found"]
plugins = ["pydantic.mypy"]
plugins = ["pydantic.mypy", "no_slop.mypy_plugin"]
Comment thread
HardMax71 marked this conversation as resolved.

[tool.pydantic-mypy]
init_forbid_extra = true
Expand Down
Loading