Skip to content

Commit

Permalink
adding poetry check and export without hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShantanuKodgirwar committed Oct 23, 2024
1 parent 98da483 commit 7468488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ repos:
- repo: https://github.com/python-poetry/poetry
rev: '1.8.3' # Use your Poetry version
hooks:
- id: poetry-check
- id: poetry-export
args: [
"-f",
Expand All @@ -10,5 +11,6 @@ repos:
"requirements.txt",
"--extras",
"dev",
"--without-hashes",
]
verbose: true

0 comments on commit 7468488

Please sign in to comment.