Skip to content

Commit eefda88

Browse files
committed
chore: update deprecated ruff config options in pyproject.toml
1 parent 617bc0d commit eefda88

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ branch = true
1313
source = ["src/taskgraph/", "taskgraph", "src/taskgraph/run-task/"]
1414

1515
[tool.ruff]
16+
target-version = "py38"
17+
18+
[tool.ruff.lint]
1619
select = [
1720
"E", "W", # pycodestyle
1821
"F", # pyflakes
@@ -25,9 +28,8 @@ ignore = [
2528
"E501", # let black handle line-length
2629
"E741",
2730
]
28-
target-version = "py38"
2931

30-
[tool.ruff.isort]
32+
[tool.ruff.lint.isort]
3133
known-first-party = ["taskgraph"]
3234

3335
[tool.pyright]

0 commit comments

Comments
 (0)