mirror of https://github.com/zulip/zulip.git
ruff: Ignore RUF002 for consistency.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
677b26025a
commit
778275575e
|
@ -139,6 +139,7 @@ ignore = [
|
||||||
"N802", # Function name should be lowercase
|
"N802", # Function name should be lowercase
|
||||||
"N806", # Variable in function should be lowercase
|
"N806", # Variable in function should be lowercase
|
||||||
"RUF001", # String contains ambiguous unicode character
|
"RUF001", # String contains ambiguous unicode character
|
||||||
|
"RUF002", # Docstring contains ambiguous unicode character
|
||||||
"RUF003", # Comment contains ambiguous unicode character
|
"RUF003", # Comment contains ambiguous unicode character
|
||||||
"S101", # Use of `assert` detected
|
"S101", # Use of `assert` detected
|
||||||
"S105", # Possible hardcoded password
|
"S105", # Possible hardcoded password
|
||||||
|
|
Loading…
Reference in New Issue