parent
e57bc17bcb
commit
031d227542
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue