Skip to content

Commit

Permalink
Updating pre-commit-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
fmdlc committed Oct 21, 2020
1 parent 0716120 commit 89065c7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
- id: detect-private-key
- id: check-symlinks
- id: check-yaml
- id: detect-aws-credentials
- id: detect-private-key
- id: double-quote-string-fixer
- id: end-of-file-fixer
- id: forbid-new-submodules
- id: mixed-line-ending
- id: trailing-whitespace
- id: pretty-format-json
args: ["--autofix"]
- id: forbid-new-submodules

0 comments on commit 89065c7

Please sign in to comment.