We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e4b83 commit 647a951Copy full SHA for 647a951
2 files changed
Justfile
@@ -53,7 +53,7 @@ test: lint mypy pytest
53
# Audit dependencies for security vulnerabilities
54
[group("Security")]
55
audit:
56
- uvx uv-secure uv.lock
+ uv audit --frozen --preview-features audit
57
58
# Build mkdocs site
59
[group("docs")]
pyproject.toml
@@ -130,13 +130,3 @@ disallow_untyped_defs = true
130
[tool.ty.environment]
131
root = ["."]
132
python = "./.venv"
133
-
134
-[tool.uv-secure.vulnerability_criteria]
135
-show_severity = true
136
-ignore_unfixed = true
137
138
-[tool.uv-secure.maintainability_criteria]
139
-forbid_yanked = true
140
-forbid_archived = true
141
-forbid_deprecated = true
142
-forbid_quarantined = true
0 commit comments