Skip to content

Commit 106cdb5

Browse files
committed
ruff: update deprecated settings
1 parent 6873249 commit 106cdb5

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
@@ -50,7 +50,7 @@ exclude = ["tests"]
5050
write_to = "barcode/version.py"
5151
version_scheme = "post-release"
5252

53-
[tool.ruff]
53+
[tool.ruff.lint]
5454
select = [
5555
"F",
5656
"E",
@@ -82,7 +82,7 @@ select = [
8282
"RUF",
8383
]
8484

85-
[tool.ruff.isort]
85+
[tool.ruff.lint.isort]
8686
force-single-line = true
8787
required-imports = ["from __future__ import annotations"]
8888

0 commit comments

Comments
 (0)