Skip to content

Commit

Permalink
Export requirements.txt without hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Jul 28, 2022
1 parent 1ccce43 commit 68ea11d
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 479 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ repos:
- id: poetry-lock
args: ["--check"]
- id: poetry-export
args: ["-f", "requirements.txt", "-o", "requirements.txt"]
args: ["-f", "requirements.txt", "-o", "requirements.txt", "--without-hashes"]
Loading

0 comments on commit 68ea11d

Please sign in to comment.