Skip to content

Commit

Permalink
refactor: Update pip-compile arguments in .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
furkan-bilgin committed Oct 12, 2024
1 parent 6b97ae7 commit b5aceac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ repos:
# uv version.
rev: 0.4.20
hooks:
# Run the pip compile
- id: pip-compile
args: [requirements.in, -o, requirements.txt]
- id: uv-export
args: ['--no-hashes']
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.4.20
Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit b5aceac

Please sign in to comment.