harden delivery pipeline and production runtime
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=69"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "sillyhome-next"
|
||||
version = "0.1.0"
|
||||
@@ -24,6 +28,10 @@ addopts = "-q"
|
||||
|
||||
[tool.mypy]
|
||||
strict = true
|
||||
files = ["app", "backend", "tests"]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["app*", "backend*"]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 100
|
||||
|
||||
Reference in New Issue
Block a user