-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: pre-commit support Fixes #109 Co-authored-by: Bryant Finney <bfinney@hometap.com> * skip pre-commit when not avail Co-authored-by: Bryant Finney <bfinney@hometap.com>
- Loading branch information
1 parent
af5cb22
commit 54ae9c6
Showing
6 changed files
with
325 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
repos: | ||
- repo: https://github.com/Madoshakalaka/pipenv-setup.git | ||
rev: v3.2.0 | ||
hooks: | ||
- id: pipenv-setup | ||
additional_dependencies: [".[black]"] | ||
args: [--dev, --pipfile] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- id: pipenv-setup | ||
name: pipenv-setup | ||
description: "`pipenv-setup` is a command-line utility to sync pipfile/lockfile to setup.py" | ||
entry: pipenv-setup sync | ||
args: ["--pipfile"] | ||
language: python | ||
types: [file, non-executable, text] | ||
files: Pipfile(\.lock)?|setup\.py | ||
pass_filenames: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.