Fix linting and build jobs

This commit is contained in:
2025-02-23 22:12:43 +00:00
parent bc26cd1a48
commit 62e8dad94b
5 changed files with 40 additions and 14 deletions

View File

@@ -17,5 +17,8 @@ dependencies = [
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.test.dependencies]
ruff = "^0.9.0"
[tool.ruff]
lint.ignore = ["E501"]