Devops shit

This commit is contained in:
2026-03-11 09:39:39 +01:00
parent 865706d587
commit 96c64eb5a9
8 changed files with 72 additions and 5 deletions

View File

@@ -19,4 +19,18 @@ dev = [
]
[project.scripts]
beaky = "beaky.cli:main"
beaky = "beaky.cli:main"
[tool.ruff]
line-length = 120
lint.select = ["E", "F", "I"]
[tool.mypy]
python_version = "3.12"
strict = true
ignore_missing_imports = true
[tool.pytest.ini_options]
testpaths = ["test"]