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 d4e0378 commit fcecda1Copy full SHA for fcecda1
tests/Makefile
@@ -79,17 +79,15 @@ check-isomorphic_diff: \
79
--directory isomorphic_diff \
80
check
81
82
-# mypy is called against specific members of the tests directory to avoid descending into the virtual environment.
83
# TODO - Fix type signatures in UCO test.
84
check-mypy: \
85
.venv.done.log
86
source venv/bin/activate \
87
&& mypy \
88
--exclude case_utils/case_validate/uco_test_examples/test_uco_validation.py \
+ --exclude venv \
89
$(top_srcdir)/case_utils \
90
- case_utils \
91
- hexbinary \
92
- src
+ .
93
94
clean:
95
@$(MAKE) \
0 commit comments