fix: linter config in boilerplate

This commit is contained in:
barredterra 2024-03-10 20:43:39 +01:00
parent 031d227542
commit 5558cb0739

View file

@ -369,9 +369,9 @@ 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
]
typing-modules = ["frappe.types.DF"]
[tool.ruff.format]
quote-style = "double"