Skip to content

Commit 5900064

Browse files
committed
Update .pre-commit-config.yaml
1 parent ee57041 commit 5900064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ default_language_version:
33
python: python3.11
44
repos:
55
- repo: https://github.com/python-poetry/poetry
6-
rev: 1.6.1
6+
rev: 1.8.5
77
hooks:
88
- id: poetry-export
9-
args: ["--with-project"]
9+
args: ["--without-hashes", "-f", "requirements.txt", "-o", "requirements.txt"]
1010
- repo: https://github.com/psf/black
1111
rev: 23.3.0
1212
hooks:

0 commit comments

Comments
 (0)