Skip to content

Commit c19c8a1

Browse files
committed
exclude ai_impact analysis
1 parent 03f2a41 commit c19c8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: biome-check
2424
language: node
2525
additional_dependencies: ["@biomejs/[email protected]"]
26-
exclude: (src/codemods/eval)|(tests/unit/skills/snapshots)|(tests/unit/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)|(examples/examples/ai_impact_analysis)
2727
- repo: https://github.com/MarcoGorelli/cython-lint
2828
rev: v0.16.6
2929
hooks:

0 commit comments

Comments
 (0)