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 86a1bca commit acd7917Copy full SHA for acd7917
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