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:
parent
933268f7e2
commit
e58e197f0b
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue