Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Jan 22, 2025
1 parent 5900064 commit 1f53ae9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ repos:
rev: 1.8.5
hooks:
- id: poetry-export
args: ["--without-hashes", "-f", "requirements.txt", "-o", "requirements.txt"]
name: poetry-export
entry: poetry export --without-hashes -f requirements.txt -o requirements.txt
language: system
types: [file]
files: ^pyproject\.toml$
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
Expand Down

0 comments on commit 1f53ae9

Please sign in to comment.