Skip to content

Commit 858bd57

Browse files
Run mypy against tests on CI (#392)
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
1 parent 71f4212 commit 858bd57

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
@@ -11,7 +11,7 @@ fmt:
1111

1212
.PHONY: lint
1313
lint: fmt
14-
mypy --strict aiohttp_jinja2
14+
mypy --strict
1515

1616
.PHONY: test
1717
test:

0 commit comments

Comments
 (0)