Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ test: lint mypy pytest
# Audit dependencies for security vulnerabilities
[group("Security")]
audit:
uvx uv-secure uv.lock
uv audit --frozen --preview-features audit

# Build mkdocs site
[group("docs")]
Expand Down
10 changes: 0 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,3 @@ disallow_untyped_defs = true
[tool.ty.environment]
root = ["."]
python = "./.venv"

[tool.uv-secure.vulnerability_criteria]
show_severity = true
ignore_unfixed = true

[tool.uv-secure.maintainability_criteria]
forbid_yanked = true
forbid_archived = true
forbid_deprecated = true
forbid_quarantined = true