We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9cf101 + 8bce9c5 commit 253d810Copy full SHA for 253d810
{{ cookiecutter.__dirname }}/ruff.toml
@@ -17,7 +17,6 @@ extend-select = [
17
"PLC2401", # non-ascii-name
18
"PLC2801", # unnecessary-dunder-call
19
"PLC3002", # unnecessary-direct-lambda-call
20
- "E999", # syntax-error
21
"PLE0101", # return-in-init
22
"F706", # return-outside-function
23
"F704", # yield-outside-function
0 commit comments