Skip to content

Commit

Permalink
FIX: run uv-lock on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 14, 2024
1 parent 416fce7 commit 66b47d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ci:
- mypy
- pyright
- self-check
- uv-lock

repos:
- repo: meta
Expand Down
1 change: 1 addition & 0 deletions src/compwa_policy/check_dev_files/precommit.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def get_non_functional_hooks(config: PrecommitConfig) -> list[str]:
"check-jsonschema",
"pyright",
"taplo",
"uv-lock",
}
return [
hook["id"]
Expand Down

0 comments on commit 66b47d7

Please sign in to comment.