ruff: Ignore RUF002 for consistency.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-01-04 22:35:37 -08:00 committed by Anders Kaseorg
parent 677b26025a
commit 778275575e
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ ignore = [
"N802", # Function name should be lowercase
"N806", # Variable in function should be lowercase
"RUF001", # String contains ambiguous unicode character
"RUF002", # Docstring contains ambiguous unicode character
"RUF003", # Comment contains ambiguous unicode character
"S101", # Use of `assert` detected
"S105", # Possible hardcoded password