Skip to content

Commit 3f6befb

Browse files
committed
fix tests
1 parent 12e68cb commit 3f6befb

File tree

3 files changed

+754
-755
lines changed

3 files changed

+754
-755
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
default_language_version:
22
python: python3.13
33
repos:
4-
54
- repo: https://github.com/ComPWA/taplo-pre-commit
65
rev: v0.9.3
76
hooks:
@@ -24,7 +23,7 @@ repos:
2423
- id: biome-check
2524
language: node
2625
additional_dependencies: ["@biomejs/biome@1.9.4"]
27-
exclude: (src/codemods/eval)|(tests/unit/skills/snapshots)|(tests/unit/codegen/sdk/output)|(tests/integration/verified_codemods)|(docs/samples)
26+
exclude: (src/codemods/eval)|(tests/unit/skills/snapshots)|(tests/unit/sdk/output)|(tests/integration/verified_codemods)|(docs/samples)
2827
- repo: https://github.com/MarcoGorelli/cython-lint
2928
rev: v0.16.6
3029
hooks:
@@ -88,13 +87,13 @@ repos:
8887
args: ["--frozen", "--all-packages", "--all-extras"]
8988

9089
- repo: https://github.com/hukkin/mdformat
91-
rev: 0.7.22 # Use the ref you want to point at
90+
rev: 0.7.22 # Use the ref you want to point at
9291
hooks:
93-
- id: mdformat
94-
language: python
95-
# Optionally add plugins
96-
additional_dependencies:
97-
- mdformat-gfm
98-
- mdformat-ruff
99-
- mdformat-config
100-
- mdformat-pyproject
92+
- id: mdformat
93+
language: python
94+
# Optionally add plugins
95+
additional_dependencies:
96+
- mdformat-gfm
97+
- mdformat-ruff
98+
- mdformat-config
99+
- mdformat-pyproject

0 commit comments

Comments
 (0)