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 ee57041 commit 5900064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ default_language_version:
python: python3.11
repos:
- repo: https://github.com/python-poetry/poetry
rev: 1.6.1
rev: 1.8.5
hooks:
- id: poetry-export
args: ["--with-project"]
args: ["--without-hashes", "-f", "requirements.txt", "-o", "requirements.txt"]
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
Expand Down

0 comments on commit 5900064

Please sign in to comment.