Skip to content

Commit 378e129

Browse files
committed
chore: update pre-commit config
1 parent 5df00a6 commit 378e129

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.pre-commit-config.yaml

+8-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ repos:
77
hooks:
88
- id: debug-statements
99
- id: check-merge-conflict
10-
- id: check-toml
11-
- id: check-yaml
12-
- id: debug-statements
13-
- id: end-of-file-fixer
14-
- id: no-commit-to-branch
15-
args: [--branch, main]
16-
- id: trailing-whitespace
10+
- id: check-toml
11+
- id: check-yaml
12+
- id: debug-statements
13+
- id: end-of-file-fixer
14+
exclude: "docs/_freeze"
15+
- id: no-commit-to-branch
16+
args: [--branch, main]
17+
- id: trailing-whitespace
1718

1819
- repo: https://github.com/astral-sh/ruff-pre-commit
1920
rev: v0.9.9

0 commit comments

Comments
 (0)