Skip to content

Commit ae3982a

Browse files
committed
ruff.toml: Enable refurb
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent e318419 commit ae3982a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ select = [
1313
'C4', # flake8-comprehensions
1414
'E', # pycodestyle
1515
'F', # pyflakes
16+
'FURB', # refurb
1617
'I', # isort
1718
'PIE', # flake8-pie
1819
'PL', # pylint

0 commit comments

Comments
 (0)