mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Ruff: Remove deprecated rule E999
Syntax error is removed since they'll always be shown when linting anyways. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -158,7 +158,6 @@ extend-select = [
|
||||
"E501", # line-too-long
|
||||
"W291", # trailing-whitespace
|
||||
"PLC0414", # useless-import-alias
|
||||
"E999", # syntax-error
|
||||
"PLE0101", # return-in-init
|
||||
"F706", # return-outside-function
|
||||
"F704", # yield-outside-function
|
||||
|
||||
Reference in New Issue
Block a user