requirements: Upgrade Ruff.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-11-15 20:50:10 -08:00
committed by Tim Abbott
parent 1735b8863e
commit 3442bf2843
4 changed files with 20 additions and 19 deletions

View File

@@ -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