Skip to content

Commit 925b632

Browse files
committed
chore: Add constraint on minimal poetry version
1 parent 7314218 commit 925b632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
license = "Apache-2.0"
99
readme = "README.md"
10-
packages = []
10+
requires-poetry = ">=2.0.0"
1111

1212
[tool.poetry.requires-plugins]
1313
poetry-plugin-export = ">=1.0"
@@ -98,7 +98,7 @@ per-file-ignores = { "__init__.py" = ["F401"], "tests/*" = ["D"], "tests/test_ut
9898
mccabe.max-complexity = 18
9999

100100
[tool.ruff.lint.isort]
101-
known-first-party = ['spark8t', 'tests']
101+
known-first-party = ["spark8t", "tests"]
102102

103103
[tool.mypy]
104104
follow_imports = "silent"

0 commit comments

Comments
 (0)