Check in current backend
This commit is contained in:
@ -14,8 +14,13 @@ dependencies = [
|
||||
"pytest>=8.3.5",
|
||||
"python-multipart>=0.0.20",
|
||||
"sqlmodel>=0.0.24",
|
||||
"sshecret",
|
||||
]
|
||||
|
||||
|
||||
[tool.uv.sources]
|
||||
sshecret = { workspace = true }
|
||||
|
||||
[project.scripts]
|
||||
sshecret-backend = "sshecret_backend.cli:cli"
|
||||
|
||||
@ -26,3 +31,9 @@ build-backend = "hatchling.build"
|
||||
[tool.pytest.ini_options]
|
||||
log_cli = true
|
||||
log_cli_level = "INFO"
|
||||
|
||||
[tool.pyright]
|
||||
venvPath = "../.."
|
||||
venv = ".venv"
|
||||
strict = ["**/*.py"]
|
||||
pythonVersion = "3.13"
|
||||
|
||||
Reference in New Issue
Block a user