We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6873249 commit 106cdb5Copy full SHA for 106cdb5
pyproject.toml
@@ -50,7 +50,7 @@ exclude = ["tests"]
50
write_to = "barcode/version.py"
51
version_scheme = "post-release"
52
53
-[tool.ruff]
+[tool.ruff.lint]
54
select = [
55
"F",
56
"E",
@@ -82,7 +82,7 @@ select = [
82
"RUF",
83
]
84
85
-[tool.ruff.isort]
+[tool.ruff.lint.isort]
86
force-single-line = true
87
required-imports = ["from __future__ import annotations"]
88
0 commit comments