fix: linter config in boilerplate
This commit is contained in:
parent
031d227542
commit
5558cb0739
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue