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 6a4b6c2 commit 8143db2Copy full SHA for 8143db2
Makefile
@@ -5,7 +5,7 @@ test_deps:
5
6
lint:
7
ruff check src
8
- mypy --install-types --non-interactive --check-untyped-defs src
+ mypy --install-types --non-interactive --check-untyped-defs src test.py
9
10
test:
11
coverage run --branch --include 'src/*' -m unittest discover -s test -v
0 commit comments