chore: specify typing models for ruff

Resolves #25313
This commit is contained in:
barredterra 2024-03-10 20:41:05 +01:00
parent e57bc17bcb
commit 031d227542

View file

@ -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"