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 bacfd0e commit 2831256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 430 deletions.
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"]
Loading

0 comments on commit 2831256

Please sign in to comment.