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 7f6f699 commit 68ca77bCopy full SHA for 68ca77b
README.md
@@ -12,7 +12,7 @@
12
> - `pytest`
13
> - `travis CI`
14
15
-In addition code is `fully type annotated` and covered with static code analysis tools (`black`, `flake8`).
+In addition code is `fully type annotated` and covered with static code analysis tools (`black`, `flake8` and `mypy`).
16
17
## Run automated tests
18
From the root directory of your shell run following commands:
requirements-dev.txt
@@ -4,4 +4,5 @@ pytest-clarity==0.2.0a1
4
pytest-metadata==1.8
5
black==19.10b0
6
coveralls==1.8.2
7
-flake8==3.7.9
+flake8==3.7.9
8
+mypy==0.740
0 commit comments