-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🔥 Add validate files * Update pre-commit to actually work * Fixed pre-commit-config finally * Lock * Update pip * Pipfile lock * Update README --------- Co-authored-by: Joy Liu <[email protected]> Co-authored-by: Justin Zhang <[email protected]>
- Loading branch information
1 parent
f7220cf
commit 39ee027
Showing
5 changed files
with
85 additions
and
8 deletions.
There are no files selected for viewing
Empty file.
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 |
---|---|---|
@@ -1,10 +1,11 @@ | ||
repos: | ||
- repo: https://github.com/pennlabs/pre-commit-hooks | ||
rev: stable | ||
rev: v1.0-mobile-backend | ||
hooks: | ||
- id: isort | ||
- id: flake8 | ||
- repo: https://github.com/psf/black | ||
rev: 22.3.0 | ||
hooks: | ||
- id: black | ||
- id: black | ||
args: [-l100] | ||
- id: isort | ||
args: [] | ||
- id: flake8 | ||
args: [--config, backend/setup.cfg] | ||
- id: detect-private-key |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.