diff --git a/pyproject.toml b/pyproject.toml index bb468a4ce3..180012a687 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,10 +125,10 @@ ignore = [ "F403", # can't detect undefined names from * import "F405", # can't detect undefined names from * import "F722", # syntax error in forward type annotation - "F821", # undefined name "W191", # indentation contains tabs "RUF001", # string contains ambiguous unicode character ] +typing-modules = ["frappe.types.DF"] [tool.ruff.format] quote-style = "double"