-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ced79cf
commit 790be25
Showing
2 changed files
with
4 additions
and
13 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,10 +1,6 @@ | ||
repos: | ||
# - repo: https://github.com/pre-commit/pre-commit-hooks | ||
# rev: v4.4.0 | ||
# hooks: | ||
# - id: end-of-file-fixer | ||
- repo: https://github.com/mfederowicz/revive | ||
#for start use dev tag, after development we switch to proper tags with versions | ||
rev: dev-pre-commit | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.4.0 | ||
hooks: | ||
- id: revive | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace |
This file was deleted.
Oops, something went wrong.