We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538c2eb commit ddebed1Copy full SHA for ddebed1
1 file changed
ruff.toml
@@ -16,7 +16,7 @@ extend-select = [
16
"PLC2401", # non-ascii-name
17
"PLC2801", # unnecessary-dunder-call
18
"PLC3002", # unnecessary-direct-lambda-call
19
- "E999", # syntax-error
+ # "E999", # syntax-error
20
"PLE0101", # return-in-init
21
"F706", # return-outside-function
22
"F704", # yield-outside-function
0 commit comments