Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 4456917

Browse files
committed
chore: add precommit toml rule and update large file rule
1 parent 858f131 commit 4456917

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ repos:
1010
- id: trailing-whitespace
1111
- id: check-json
1212
- id: check-yaml
13+
- id: check-toml
1314
- id: check-added-large-files
14-
args: ['--maxkb=5000']
15+
args: ["--maxkb=500"]
1516

1617
- repo: https://github.com/asottile/pyupgrade
1718
rev: v3.21.2

0 commit comments

Comments
 (0)