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:
kingbri 2024-07-08 12:36:15 -04:00
parent 933268f7e2
commit e58e197f0b

View file

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