Skip to content

Commit 253d810

Browse files
authored
Merge pull request #250 from EGJ-Moorington/main
Removed deprecated `ruff` rule `E999` from `ruff.toml`
2 parents b9cf101 + 8bce9c5 commit 253d810

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

{{ cookiecutter.__dirname }}/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)