Skip to content

Commit 8bce9c5

Browse files
Remove deprecated ruff rule
1 parent b9cf101 commit 8bce9c5

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)