Commit eb30216
san-tekart
Ignore specific mypy checks in pyproject.toml
- Disabled checking for untyped function bodies by setting `check_untyped_defs` to false.
- Allowed implicit Optional types by setting `no_implicit_optional` to false.
- Disabled specific error codes: `annotation-unchecked` and `assignment`.
- Set `warn_return_any` and `warn_unused_configs` to false to avoid warnings.
These changes help to reduce noise in type checking while maintaining current functionality.1 parent cb665bc commit eb30216
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
77 | 92 | | |
78 | 93 | | |
79 | 94 | | |
| |||
0 commit comments