Skip to content

Commit ddebed1

Browse files
committed
Drop rule E999 (now included for free)
1 parent 538c2eb commit ddebed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extend-select = [
1616
"PLC2401", # non-ascii-name
1717
"PLC2801", # unnecessary-dunder-call
1818
"PLC3002", # unnecessary-direct-lambda-call
19-
"E999", # syntax-error
19+
# "E999", # syntax-error
2020
"PLE0101", # return-in-init
2121
"F706", # return-outside-function
2222
"F704", # yield-outside-function

0 commit comments

Comments
 (0)