Skip to content

Commit

Permalink
ci: Add Poetry pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jun 21, 2022
1 parent df2790b commit 2d26076
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,10 @@ repos:
singer_sdk/helpers/_simpleeval.py|
tests/core/test_simpleeval.py
)$
- repo: https://github.com/python-poetry/poetry
rev: 1.2.0b2
hooks:
- id: poetry-check
- id: poetry-lock
args: [--no-update]
32 changes: 25 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d26076

Please sign in to comment.