Skip to content

Commit e0152fd

Browse files
committed
chore(pre-commit): update mypy exclude to ignore test_v1_compat
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
1 parent b3b66fc commit e0152fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
hooks:
1818
- id: mypy
1919
files: ^(src/cloudevents/|tests/)
20-
exclude: ^(src/cloudevents/v1/)
20+
exclude: ^(src/cloudevents/v1/|tests/test_v1_compat/)
2121
types: [python]
2222
args: ["--config-file=pyproject.toml"]
2323
additional_dependencies:

0 commit comments

Comments
 (0)