Skip to content

Commit

Permalink
fix(CI): configure test time type checking (#2473)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal authored Dec 4, 2024
1 parent b239764 commit cf2df9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ dynamic = ["version"]
requires = ["flit_core >=3.4,<4"]
build-backend = "flit_core.buildapi"

[tool.frappe.testing.function_type_validation]
max_module_depth = 0

[tool.ruff]
line-length = 110
target-version = "py310"
Expand Down

0 comments on commit cf2df9f

Please sign in to comment.