Skip to content

Commit

Permalink
build: move selector and unfixable to ruff lint section
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdon committed Jul 6, 2024
1 parent 9278854 commit 0a8d1ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ exclude = '''
line-length = 120
target-version = "py310"
fix = true
unfixable = []

[tool.ruff.lint]
unfixable = []
select = [
# isort
"I",
Expand Down

0 comments on commit 0a8d1ff

Please sign in to comment.