mirror of https://github.com/zulip/zulip.git
ruff: Enable sys.version errors.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
1b016bef73
commit
06e64e5713
|
@ -109,6 +109,7 @@ select = [
|
|||
"N", # naming
|
||||
"U", # upgrade
|
||||
"W", # style warnings
|
||||
"YTT", # sys.version
|
||||
]
|
||||
ignore = [
|
||||
"ANN101", # Missing type annotation for `self` in method
|
||||
|
|
Loading…
Reference in New Issue