Skip to content

Commit

Permalink
Add disabled hook
Browse files Browse the repository at this point in the history
  • Loading branch information
hdadhich01 committed Jan 1, 2023
1 parent 43de0e7 commit 1353e42
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace

# https://github.com/macisamuele/language-formatters-pre-commit-hooks/issues/132
# - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
# rev: v2.5.0
# hooks:
# - id: pretty-format-yaml
# args: [--autofix]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
hooks:
Expand Down

0 comments on commit 1353e42

Please sign in to comment.