Skip to content

Commit 68ca77b

Browse files
committed
Add mypy dependency into requirements file
1 parent 7f6f699 commit 68ca77b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
> - `pytest`
1313
> - `travis CI`
1414
15-
In addition code is `fully type annotated` and covered with static code analysis tools (`black`, `flake8`).
15+
In addition code is `fully type annotated` and covered with static code analysis tools (`black`, `flake8` and `mypy`).
1616

1717
## Run automated tests
1818
From the root directory of your shell run following commands:

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ pytest-clarity==0.2.0a1
44
pytest-metadata==1.8
55
black==19.10b0
66
coveralls==1.8.2
7-
flake8==3.7.9
7+
flake8==3.7.9
8+
mypy==0.740

0 commit comments

Comments
 (0)