Skip to content

Commit 275764d

Browse files
committed
Update .pre-commit-config.yaml
Reapply "Update poetry standard" This reverts commit c8e7790. Update .pre-commit-config.yaml Update .pre-commit-config.yaml Update .pre-commit-config.yaml Update .pre-commit-config.yaml Update .pre-commit-config.yaml Update .pre-commit-config.yaml
1 parent c8e7790 commit 275764d

File tree

4 files changed

+198
-151
lines changed

4 files changed

+198
-151
lines changed

Diff for: .pre-commit-config.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
default_language_version:
33
python: python3.11
44
repos:
5-
- repo: https://github.com/python-poetry/poetry
6-
rev: 1.4.2
5+
- repo: local
76
hooks:
87
- id: poetry-export
8+
name: poetry-export
9+
entry: poetry export --without-hashes -f requirements.txt -o requirements.txt
10+
language: system
11+
types: [file]
12+
files: ^pyproject\.toml$
913
- repo: https://github.com/psf/black
1014
rev: 23.3.0
1115
hooks:

0 commit comments

Comments
 (0)