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
|
"EXE", # shebang
|
||||||
"F", # flakes
|
"F", # flakes
|
||||||
"FLY", # string formatting
|
"FLY", # string formatting
|
||||||
|
"FURB", # refurbishing
|
||||||
"G", # logging format
|
"G", # logging format
|
||||||
"I", # import sorting
|
"I", # import sorting
|
||||||
"INT", # gettext
|
"INT", # gettext
|
||||||
|
|
Loading…
Reference in New Issue