forked from fastapi/full-stack-fastapi-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (31 loc) · 656 Bytes
/
Copy pathpyproject.toml
File metadata and controls
36 lines (31 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[dependency-groups]
dev = [
"prek>=0.4.11,<1.0.0",
"typer>=0.20.0,<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"