Skip to content

Commit

Permalink
add precommit hooks and uv.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesem committed Dec 11, 2024
1 parent 7ba0d91 commit bf088db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ allow_dirty = false
commit = true
message = "v{new_version}"
commit_args = ""
pre_commit_hooks = ['uv sync', 'git add uv.lock']
post_commit_hooks = [".bmv-post-commit.sh"]

[[tool.bumpversion.files]]
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 bf088db

Please sign in to comment.