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 24db7dd commit 09dc6ecCopy full SHA for 09dc6ec
Makefile
@@ -7,7 +7,7 @@ venv:
7
8
lint: venv
9
venv/bin/pylint hcloud
10
- venv/bin/mypy hcloud
+ venv/bin/mypy --strict hcloud
11
12
test: venv
13
venv/bin/pytest -v
0 commit comments