Skip to content

Commit

Permalink
Merge pull request #1 from zyang91/zyang91-patch-1
Browse files Browse the repository at this point in the history
Create .pre-commit-config.yaml
  • Loading branch information
zyang91 authored Feb 9, 2025
2 parents 9cc3c39 + ef99b14 commit be8a5b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: check-toml
- id: check-yaml
- id: check-added-large-files
args: ["--maxkb=500"]

0 comments on commit be8a5b5

Please sign in to comment.