Files
full-stack-fastapi-template/pyproject.toml
T
dependabot[bot] 183bcf5189 ⬆ Bump the python-packages group across 1 directory with 2 updates (#2380)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-13 16:18:45 +02:00

35 lines
598 B
TOML

[dependency-groups]
dev = [
"prek>=0.4.8,<1.0.0",
"zizmor>=1.25.2",
]
github-actions = [
"smokeshow >=0.5.0",
]
[tool.uv.workspace]
members = ["backend"]
[tool.typos.files]
extend-exclude = [
"img/",
"uv.lock",
"bun.lock",
"backend/coverage/",
"backend/htmlcov/",
"frontend/dist/",
"frontend/public/assets/images/",
]
[tool.typos.default]
extend-ignore-re = [
# GitHub usernames in @mentions
"@[a-zA-Z0-9](?:-?[a-zA-Z0-9])*",
# Name of the package in the PR title
"Bump certifi ",
]
[tool.typos.default.extend-identifiers]
alls = "alls"