Skip to content

Commit 8143db2

Browse files
committed
lint: perform typing checks on test.py as well
1 parent 6a4b6c2 commit 8143db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ test_deps:
55

66
lint:
77
ruff check src
8-
mypy --install-types --non-interactive --check-untyped-defs src
8+
mypy --install-types --non-interactive --check-untyped-defs src test.py
99

1010
test:
1111
coverage run --branch --include 'src/*' -m unittest discover -s test -v

0 commit comments

Comments
 (0)