Skip to content

Commit 7a2d3a0

Browse files
codebydivineclaude
andcommitted
Enable mypy strict mode for enhanced type safety
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 7cb650d commit 7a2d3a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ line-ending = "auto"
140140
python_version = "3.13"
141141
warn_unused_configs = true
142142
ignore_missing_imports = true
143+
strict = true
143144

144145
[[tool.mypy.overrides]]
145146
module = "tests.*"

0 commit comments

Comments
 (0)