Devops shit
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user