Skip to content

Commit

Permalink
Add a few pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonyte committed Aug 28, 2024
1 parent 44038b2 commit 8a972f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-json
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
Expand Down

0 comments on commit 8a972f5

Please sign in to comment.