Skip to content

Commit

Permalink
Add policy check modules into mypy.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhwaniartefact committed Aug 13, 2024
1 parent 4610fca commit e53229f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ explicit_package_bases = True
warn_redundant_casts = True
warn_unused_configs = True

[mypy-src.MCPClient.lib.client.*,src.MCPClient.*.normalize]
[mypy-src.MCPClient.lib.client.*,src.MCPClient.*.normalize,src.MCPClient.*.policy_check]
check_untyped_defs = True
disallow_any_generics = True
disallow_incomplete_defs = True
Expand All @@ -18,7 +18,7 @@ strict_equality = True
warn_return_any = True
warn_unused_ignores = True

[mypy-tests.MCPClient.conftest,tests.MCPClient.test_normalize]
[mypy-tests.MCPClient.conftest,tests.MCPClient.test_normalize,tests.MCPClient.test_policy_check]
check_untyped_defs = True
disallow_any_generics = True
disallow_incomplete_defs = True
Expand Down

0 comments on commit e53229f

Please sign in to comment.