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
|
"N", # naming
|
||||||
"U", # upgrade
|
"U", # upgrade
|
||||||
"W", # style warnings
|
"W", # style warnings
|
||||||
|
"YTT", # sys.version
|
||||||
]
|
]
|
||||||
ignore = [
|
ignore = [
|
||||||
"ANN101", # Missing type annotation for `self` in method
|
"ANN101", # Missing type annotation for `self` in method
|
||||||
|
|
Loading…
Reference in New Issue