Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mreid-tt committed Jan 22, 2025
1 parent c8e7790 commit 275764d
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 151 deletions.
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
default_language_version:
python: python3.11
repos:
- repo: https://github.com/python-poetry/poetry
rev: 1.4.2
- repo: local
hooks:
- id: poetry-export
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
Loading

0 comments on commit 275764d

Please sign in to comment.