Skip to content

Commit f7ebd99

Browse files
NellIncclaude
andcommitted
fix: disable warn_return_any for JSON response handling
The client methods return values from JSON responses which are typed as Any. This is intentional when working with external API responses. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9ce1d54 commit f7ebd99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ select = ["E", "F", "I", "N", "W", "UP"]
6565

6666
[tool.mypy]
6767
python_version = "3.10"
68-
warn_return_any = true
68+
warn_return_any = false
6969
warn_unused_ignores = true
7070
disallow_untyped_defs = false
7171
explicit_package_bases = true

0 commit comments

Comments
 (0)