Skip to content

Commit e0664a4

Browse files
committed
Update workflows
1 parent d12fd13 commit e0664a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
exclude: '^(src/rag_pipelines/baml_client/|src/rag_pipelines/baml_src/|tests/|__init__.py)'
2+
13
repos:
24
- repo: https://github.com/pre-commit/pre-commit-hooks
35
rev: v6.0.0
@@ -40,7 +42,7 @@ repos:
4042
entry: python3 -m mypy --config-file pyproject.toml
4143
language: system
4244
types: [python]
43-
exclude: "tests"
45+
exclude: '^(src/rag_pipelines/baml_client/|src/rag_pipelines/baml_src/|tests/)'
4446

4547
- repo: https://github.com/crate-ci/typos
4648
rev: v1.37.1

0 commit comments

Comments
 (0)