Skip to content

Commit

Permalink
pre-commit checks for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 28, 2023
1 parent e1d97bd commit a8fc790
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 29 deletions.
8 changes: 7 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@ repos:
args: [ "--verbose" ]

- id: check-github-workflows
args: ["--verbose"]
args: ["--verbose"]

- repo: https://github.com/python-poetry/poetry
rev: '1.6.1' # add version here
hooks:
- id: poetry-check
- id: poetry-lock
34 changes: 6 additions & 28 deletions poetry.lock

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

0 comments on commit a8fc790

Please sign in to comment.