Skip to content

Commit

Permalink
Merge branch 'main' into chore/deno-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohe-Am committed Jan 2, 2025
2 parents cb807a0 + 87b70e5 commit 7d2be27
Show file tree
Hide file tree
Showing 208 changed files with 7,608 additions and 26,492 deletions.
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ repos:
args:
- --maxkb=768
- id: check-ast
exclude: tests/runtimes/python/py_fail/.*\.py
- id: check-json
exclude: .vscode/.*\.json
- id: check-toml
Expand Down Expand Up @@ -137,8 +138,12 @@ repos:
rev: "v0.5.1"
hooks:
- id: ruff
exclude: tests/runtimes/python/py_fail/.*\.py
- id: ruff-format
exclude: "tests/metagen/typegraphs/sample/py/client.py"
exclude: (?x)(
tests/metagen/typegraphs/sample/py/client.py"|
tests/runtimes/python/py_fail/.*\.py
)
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.27.0
hooks:
Expand Down
207 changes: 195 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7d2be27

Please sign in to comment.