Skip to content

Commit 0a8d1ff

Browse files
committed
build: move selector and unfixable to ruff lint section
1 parent 9278854 commit 0a8d1ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ exclude = '''
6464
line-length = 120
6565
target-version = "py310"
6666
fix = true
67-
unfixable = []
6867

68+
[tool.ruff.lint]
69+
unfixable = []
6970
select = [
7071
# isort
7172
"I",

0 commit comments

Comments
 (0)