Skip to content

Commit

Permalink
reorganized repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bing Li committed Aug 7, 2024
1 parent 5781e63 commit 1240782
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
exclude: "test_data/*.*"

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-added-large-files
args: [--maxkb=8192]
args: [--maxkb=32000]
- id: check-merge-conflict
- id: check-yaml
args: [--allow-multiple-documents]
Expand Down

0 comments on commit 1240782

Please sign in to comment.