Skip to content

Commit

Permalink
test: configure test-time type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Nov 28, 2024
1 parent 69bd90b commit 2394da4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ dependencies = [
requires = ["flit_core >=3.4,<4"]
build-backend = "flit_core.buildapi"

[tool.frappe.testing.function_type_validation]
max_module_depth = 1
skip_namespaces = [
"erpnext.deprecation_dumpster",
"erpnext.assets.dashboard_fixtures", # https://github.com/frappe/erpnext/issues/44418
]

[tool.bench.frappe-dependencies]
frappe = ">=16.0.0-dev,<17.0.0"

Expand Down

0 comments on commit 2394da4

Please sign in to comment.