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.
1 parent fc8f9f1 commit c157bb7Copy full SHA for c157bb7
pyproject.toml
@@ -213,13 +213,16 @@ extend-select = [
213
"PGH", # pygrep-hooks
214
"PYI", # flake8-pyi
215
"RSE", # flake8-raise
216
+ "RET", # flake8-return
217
"RUF",
218
"TCH", # flake8-type-checking
219
"TRY", # tryceratops
220
"UP", # pyupgrade
221
]
222
ignore = [
223
"PYI013",
224
+ "RET505",
225
+ "RET506",
226
"RUF005",
227
"TRY003",
228
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
0 commit comments