Skip to content

Commit d3700c7

Browse files
committed
ruff.toml: Enable isort
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent e776a33 commit d3700c7

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+
'I', # isort
1617
'PIE', # flake8-pie
1718
'PL', # pylint
1819
'PTH', # flake8-use-pathlib

0 commit comments

Comments
 (0)