mirror of https://github.com/zulip/zulip.git
ruff: Enable FURB rules.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
8e9ead2575
commit
d6fdaff31f
|
@ -114,6 +114,7 @@ select = [
|
|||
"EXE", # shebang
|
||||
"F", # flakes
|
||||
"FLY", # string formatting
|
||||
"FURB", # refurbishing
|
||||
"G", # logging format
|
||||
"I", # import sorting
|
||||
"INT", # gettext
|
||||
|
|
Loading…
Reference in New Issue