Include isort linting for ruff
This commit is contained in:
parent
76f80c5032
commit
3e84b1dfed
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ build-backend = 'setuptools.build_meta'
|
|||
[tool.uv]
|
||||
environments = ["sys_platform == 'linux'"]
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E4", "E7", "E9", "F", "I"]
|
||||
|
||||
[tool.ruff.lint.isort]
|
||||
lines-between-types=1
|
||||
lines-after-imports=2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue