Files
full-stack-fastapi-template/pyproject.toml
T
dependabot[bot]andYurii Motov 84908a6fdd ⬆ Bump the python-packages group with 3 updates (#2398)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com>
2026-08-03 21:46:50 +02:00

36 lines
628 B
TOML

[dependency-groups]
dev = [
"prek>=0.4.11,<1.0.0",
"zizmor>=1.28.0",
]
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/",
"backend/app/frontend/",
"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"