Skip to content

Commit 7d2be27

Browse files
committed
Merge branch 'main' into chore/deno-2
2 parents cb807a0 + 87b70e5 commit 7d2be27

File tree

208 files changed

+7608
-26492
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+7608
-26492
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ repos:
7171
args:
7272
- --maxkb=768
7373
- id: check-ast
74+
exclude: tests/runtimes/python/py_fail/.*\.py
7475
- id: check-json
7576
exclude: .vscode/.*\.json
7677
- id: check-toml
@@ -137,8 +138,12 @@ repos:
137138
rev: "v0.5.1"
138139
hooks:
139140
- id: ruff
141+
exclude: tests/runtimes/python/py_fail/.*\.py
140142
- id: ruff-format
141-
exclude: "tests/metagen/typegraphs/sample/py/client.py"
143+
exclude: (?x)(
144+
tests/metagen/typegraphs/sample/py/client.py"|
145+
tests/runtimes/python/py_fail/.*\.py
146+
)
142147
- repo: https://github.com/commitizen-tools/commitizen
143148
rev: v3.27.0
144149
hooks:

Cargo.lock

Lines changed: 195 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)