Skip to content

Commit 6770927

Browse files
committed
fix warnings
1 parent 726c26f commit 6770927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ color = true
1919
ignore_missing_imports = true
2020

2121
[tool.ruff]
22-
select = [
22+
lint.select = [
2323
"F", # flakes
2424
"I", # import sorting
2525
"U", # upgrade
2626
]
2727
target-version = "py37"
2828
line-length = 120
2929

30-
[tool.ruff.per-file-ignores]
30+
[lint.per-file-ignores]
3131
"docs/conf.py" = ["E402"]

0 commit comments

Comments
 (0)