Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Abbas Jaffri <[email protected]>
  • Loading branch information
aliabbasjaffri committed Nov 29, 2024
1 parent 7d9dd92 commit dbcd310
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ repos:
hooks:
- id: terraform_fmt
- id: terraform_validate
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.5
hooks:
- id: uv-lock
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.5
hooks:
Expand All @@ -65,3 +61,11 @@ repos:
- LICENSE_HEADER.txt
- --use-current-year
- --no-extra-eol
- repo: local
hooks:
- id: uv-lock
name: uv-lock
entry: uv lock
language: system
files: ^uv.lock$
pass_filenames: false
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Documentation = "https://mlinfra.io/"

[tool.uv]
dev-dependencies = [
"pre-commit>=3.3.3",
"pre-commit",
"pytest",
"pytest-mock",
"zipp>=3.20.2",
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dbcd310

Please sign in to comment.