Skip to content

Commit cc3ecdc

Browse files
author
codegen-bot
committed
exclude respositories
1 parent 71f10a7 commit cc3ecdc

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,38 +9,47 @@ repos:
99
- id: ruff
1010
types_or: [python, jupyter, pyi]
1111
args: [--fix]
12+
exclude: ^repositories/
1213

1314
# Run the formatter.
1415
- id: ruff-format
1516
types_or: [python, jupyter, pyi]
17+
exclude: ^repositories/
1618

1719
- repo: https://github.com/kynan/nbstripout
1820
rev: 0.8.1
1921
hooks:
2022
- id: nbstripout
23+
exclude: ^repositories/
2124

2225
- repo: https://github.com/pre-commit/pre-commit-hooks
2326
rev: v5.0.0
2427
hooks:
2528
- id: trailing-whitespace
26-
exclude: (tests/|repositories/)
29+
exclude: tests/
2730
exclude_types: [mdx, pyi]
2831
- id: check-yaml
32+
exclude: ^repositories/
2933
- id: end-of-file-fixer
3034
files: .*/expected_diff.patch
35+
exclude: ^repositories/
3136
- id: check-merge-conflict
37+
exclude: ^repositories/
3238

3339
- repo: https://github.com/python-jsonschema/check-jsonschema
3440
rev: 0.31.0
3541
hooks:
3642
- id: check-github-workflows
43+
exclude: ^repositories/
3744
- id: check-github-actions
3845
args: ["--verbose"]
46+
exclude: ^repositories/
3947

4048
- repo: https://github.com/mxr/sync-pre-commit-deps
4149
rev: v0.0.3
4250
hooks:
4351
- id: sync-pre-commit-deps
52+
exclude: ^repositories/
4453

4554
- repo: https://github.com/codespell-project/codespell
4655
rev: v2.4.0
@@ -49,9 +58,11 @@ repos:
4958
additional_dependencies:
5059
- tomli
5160
files: ".*"
61+
exclude: ^repositories/
5262

5363
- repo: https://github.com/astral-sh/uv-pre-commit
5464
rev: "0.5.24"
5565
hooks:
5666
- id: uv-lock
5767
entry: bash -c "uv lock --frozen"
68+
exclude: ^repositories/

0 commit comments

Comments
 (0)