-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
6 changed files
with
188 additions
and
24 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
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,11 @@ | ||
repos: | ||
- repo: local | ||
hooks: | ||
- id: c2cciutils | ||
name: c2cciutils | ||
description: Run c2cciutils checks | ||
entry: pre-commit-hook --no-check=prettier | ||
language: script | ||
always_run: true | ||
verbose: true | ||
require_serial: true |
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,49 @@ | ||
- id: all | ||
name: c2cciutils all | ||
description: Run c2cciutils all checks | ||
entry: pre-commit-hook | ||
language: script | ||
always_run: true | ||
require_serial: true | ||
- id: eof | ||
name: c2cciutils eof | ||
description: Run c2cciutils eof checks | ||
entry: pre-commit-hook --check=eof | ||
language: script | ||
always_run: true | ||
require_serial: true | ||
- id: workflows | ||
name: c2cciutils workflows | ||
description: Run c2cciutils workflows checks | ||
entry: pre-commit-hook --check=workflows | ||
language: script | ||
always_run: true | ||
require_serial: true | ||
- id: black | ||
name: c2cciutils black | ||
description: Run c2cciutils black checks | ||
entry: pre-commit-hook --check=black | ||
language: script | ||
always_run: true | ||
require_serial: true | ||
- id: isort | ||
name: c2cciutils isort | ||
description: Run c2cciutils isort checks | ||
entry: pre-commit-hook --check=isort | ||
language: script | ||
always_run: true | ||
require_serial: true | ||
- id: codespell | ||
name: c2cciutils codespell | ||
description: Run c2cciutils codespell checks | ||
entry: pre-commit-hook --check=codespell | ||
language: script | ||
always_run: true | ||
require_serial: true | ||
- id: prettier | ||
name: c2cciutils prettier | ||
description: Run c2cciutils prettier checks | ||
entry: pre-commit-hook --check=prettier | ||
language: script | ||
always_run: true | ||
require_serial: true |
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.