Skip to content

Commit 09dc6ec

Browse files
committed
wip
1 parent 24db7dd commit 09dc6ec

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
@@ -7,7 +7,7 @@ venv:
77

88
lint: venv
99
venv/bin/pylint hcloud
10-
venv/bin/mypy hcloud
10+
venv/bin/mypy --strict hcloud
1111

1212
test: venv
1313
venv/bin/pytest -v

0 commit comments

Comments
 (0)