another round of refinements after PR #1434
parent
250bd2bbd8
commit
d986261f98
|
|
@ -9,20 +9,13 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: check-docstring-first
|
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
- id: requirements-txt-fixer
|
|
||||||
- id: double-quote-string-fixer
|
|
||||||
- id: forbid-new-submodules
|
|
||||||
- id: mixed-line-ending
|
- id: mixed-line-ending
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
- repo: https://github.com/jumanjihouse/pre-commit-hooks
|
- repo: https://github.com/jumanjihouse/pre-commit-hooks
|
||||||
rev: 1.11.0
|
rev: 1.11.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: forbid-binary
|
|
||||||
- id: git-check # Configure in .gitattributes
|
- id: git-check # Configure in .gitattributes
|
||||||
- id: git-dirty # Configure in .gitignore
|
|
||||||
- id: markdownlint # Configure in .mdlrc
|
|
||||||
- id: shellcheck
|
- id: shellcheck
|
||||||
- id: shfmt
|
- id: shfmt
|
||||||
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
||||||
|
|
@ -33,3 +26,4 @@ repos:
|
||||||
# - id: forbid-tabs
|
# - id: forbid-tabs
|
||||||
- id: remove-tabs
|
- id: remove-tabs
|
||||||
args: [--whitespaces-count, '2'] # defaults to: 4
|
args: [--whitespaces-count, '2'] # defaults to: 4
|
||||||
|
exclude: .gitmodules
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue