Skip to content

Commit

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

Please sign in to comment.