-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install pre-commit-hooks as dependency (#28)
* pre-commit-hooks as dependency * remove pre-commit-hooks as submodule * rename package * Update .pre-commit-hooks.yaml Co-authored-by: Jad El Kik <64258942+ls-jad-elkik@users.noreply.github.com>
- Loading branch information
1 parent
0bc1eb2
commit 49b5b5b
Showing
15 changed files
with
334 additions
and
147 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 |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[submodule "pre-commit-hooks"] | ||
path = submodule_pre_commit_hooks | ||
url = git@github.com:pre-commit/pre-commit-hooks.git | ||
[submodule "submodule_syntaqx_git_hooks"] | ||
path = submodule_syntaqx_git_hooks | ||
url = git@github.com:syntaqx/git-hooks.git |
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,7 +1,7 @@ | ||
--- | ||
repos: | ||
- repo: . | ||
rev: v0.7.5 | ||
rev: v0.7.7 | ||
hooks: | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
|
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.