Skip to content

Commit

Permalink
Update .pre-commit-config.yaml (#57)
Browse files Browse the repository at this point in the history
* Update .pre-commit-config.yaml



---------

Co-authored-by: John Bampton <[email protected]>
  • Loading branch information
aniruddhaadak80 and jbampton authored Oct 27, 2024
1 parent 8384c76 commit 3ecbbf0
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
# See https://pre-commit.com/hooks.html for more hooks

repos:
# Add official pre-commit hooks first
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: trailing-whitespace
name: Trailing Whitespace
description: Removes trailing whitespace in text files
- id: end-of-file-fixer
name: End of File Fixer
description: Ensures that files end with a newline
- id: check-yaml
name: Check YAML
description: Checks whether YAML files are valid
- id: check-added-large-files
name: Check Added Large Files
description: Prevents adding large files to the repository

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
hooks:
Expand All @@ -26,20 +43,3 @@ repos:
hooks:
- id: codespell
args: ["--ignore-words", ".github/linters/codespell.txt"]

# Add official pre-commit hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: trailing-whitespace
name: Trailing Whitespace
description: Removes trailing whitespace in text files
- id: end-of-file-fixer
name: End of File Fixer
description: Ensures that files end with a newline
- id: check-yaml
name: Check YAML
description: Checks whether YAML files are valid
- id: check-added-large-files
name: Check Added Large Files
description: Prevents adding large files to the repository

0 comments on commit 3ecbbf0

Please sign in to comment.