mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
requirements: Upgrade Ruff.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
1735b8863e
commit
3442bf2843
@@ -111,6 +111,7 @@ select = [
|
||||
ignore = [
|
||||
"B006", # Do not use mutable data structures for argument defaults
|
||||
"B007", # Loop control variable not used within the loop body
|
||||
"B008", # Do not perform function calls in argument defaults.
|
||||
"C408", # Unnecessary `dict` call (rewrite as a literal)
|
||||
"E402", # Module level import not at top of file
|
||||
"E501", # Line too long
|
||||
|
Reference in New Issue
Block a user