Skip to content

Commit 854146e

Browse files
rantamatti-lamppu
authored andcommitted
ruff: Enable Refactor ruleset
1 parent eb82278 commit 854146e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ lint.select = [
132132
#"PTH", # flake8-use-pathlib # TODO: Enable this and fix (6) issues
133133
"PYI", # flake8-pyi
134134
"Q", # flake8-quotes
135-
#"R", # Refactor # TODO: Enable this and fix (51) issues
135+
"R", # Refactor
136136
"RET", # flake8-return
137137
"RSE", # flake8-raise
138138
"RUF", # ruff-specific rules

0 commit comments

Comments
 (0)