Skip to content

Commit

Permalink
Merge pull request #4 from ruchernchong/3-setup-poetry
Browse files Browse the repository at this point in the history
Setup poetry
  • Loading branch information
ruchernchong authored Oct 13, 2024
2 parents dc87994 + ac2c4df commit 4abe983
Show file tree
Hide file tree
Showing 4 changed files with 1,915 additions and 21 deletions.
15 changes: 15 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
- repo: local
hooks:
- id: update-requirements
name: update-requirements
description: "Generate requirements.txt based on poetry.lock"
entry: poetry export --without-hashes --format requirements.txt --output requirements.txt
language: system
pass_filenames: false
Loading

0 comments on commit 4abe983

Please sign in to comment.