another round of refinements after PR #1434

pull/1624/head
Ira Abramov 2019-10-15 16:17:16 +03:00 committed by Noah Gorny
parent 250bd2bbd8
commit d986261f98
1 changed files with 1 additions and 7 deletions

View File

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