Skip to content

Commit 5483f8a

Browse files
authored
build: enable ruff refurb rule (#148)
1 parent 7cdb9d0 commit 5483f8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ lint.extend-select = [
168168
"B", # flake8-bugbear
169169
"C4", # flake8-comprehensions
170170
"D", # pydocstyle
171+
"FURB", # refurb
171172
"G", # flake8-logging-format
172173
"I", # isort
173174
"PERF", # perflint-perf

0 commit comments

Comments
 (0)