We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12fd13 commit e0664a4Copy full SHA for e0664a4
.pre-commit-config.yaml
@@ -1,3 +1,5 @@
1
+exclude: '^(src/rag_pipelines/baml_client/|src/rag_pipelines/baml_src/|tests/|__init__.py)'
2
+
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
rev: v6.0.0
@@ -40,7 +42,7 @@ repos:
40
42
entry: python3 -m mypy --config-file pyproject.toml
41
43
language: system
44
types: [python]
- exclude: "tests"
45
+ exclude: '^(src/rag_pipelines/baml_client/|src/rag_pipelines/baml_src/|tests/)'
46
47
- repo: https://github.com/crate-ci/typos
48
rev: v1.37.1
0 commit comments