mirror of
https://github.com/fastapi/full-stack-fastapi-template.git
synced 2026-09-20 21:09:52 +00:00
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>
36 lines
628 B
TOML
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"
|