Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Jul 17, 2023
1 parent 8a07612 commit 2b2cb96
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,27 @@ repos:
types: [file, python]
stages: [push]
pass_filenames: false
- id: pip-install
name: pip-install
entry: pip install -r requirements.txt
language: python
pass_filenames: false
stages: [commit]
- id: poetry-export
name: poetry-export
entry: poetry export --without-hashes -o requirements.txt
language: python
stages: [push]
pass_filenames: false
stages: [commit]
- id: poetry-export-dev
name: poetry-export-dev
entry: poetry export --without-hashes --with dev -o requirements-dev.txt
language: python
stages: [push]
pass_filenames: false
stages: [commit]
- id: poetry-export-test
name: poetry-export-test
entry: poetry export --without-hashes --with test -o requirements-test.txt
language: python
stages: [push]
pass_filenames: false
stages: [commit]
- id: poetry-export-license
name: poetry-export-license
entry: poetry export --without-hashes --with license -o requirements-license.txt
language: python
stages: [push]
pass_filenames: false
stages: [commit]

0 comments on commit 2b2cb96

Please sign in to comment.