Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» (pre-commit) Don't include dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Jan 3, 2025
1 parent 4151808 commit 64240f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ repos:
- id: poetry-lock
args: ["--no-update"]
- id: poetry-export
args: ["--dev", "-f", "requirements.txt", "-o", "requirements.txt"]
args: ["-f", "requirements.txt", "-o", "requirements.txt"]

0 comments on commit 64240f2

Please sign in to comment.