Skip to content

Commit

Permalink
chore: Add constraint on minimal poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
Batalex committed Jan 13, 2025
1 parent 7314218 commit 925b632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
]
license = "Apache-2.0"
readme = "README.md"
packages = []
requires-poetry = ">=2.0.0"

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

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

[tool.mypy]
follow_imports = "silent"
Expand Down

0 comments on commit 925b632

Please sign in to comment.