Skip to content

Commit

Permalink
追加: poetry check フック (#1099)
Browse files Browse the repository at this point in the history
add: `poetry check` hook
  • Loading branch information
tarepan authored Mar 16, 2024
1 parent e3e3d6c commit 1968353
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ repos:
types: [file, python]
stages: [push]
pass_filenames: false
- id: poetry-check # `pyproject.toml` と `poetry.lock` が整合する
name: poetry-check
entry: poetry check
language: python
stages: [push]
pass_filenames: false
- id: poetry-export
name: poetry-export
entry: poetry export --without-hashes -o requirements.txt
Expand Down

0 comments on commit 1968353

Please sign in to comment.