Skip to content

Commit 5bae58c

Browse files
committed
remove ruff rule E999 deprecated in v0.5.0 and removed in v0.8.0
1 parent 648ad4b commit 5bae58c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ruff.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ extend-select = [
1717
"PLC2401", # non-ascii-name
1818
"PLC2801", # unnecessary-dunder-call
1919
"PLC3002", # unnecessary-direct-lambda-call
20-
"E999", # syntax-error
2120
"PLE0101", # return-in-init
2221
"F706", # return-outside-function
2322
"F704", # yield-outside-function

0 commit comments

Comments
 (0)