Skip to content

Commit 0e89ea1

Browse files
chore: add new required type packages for mypy
New version of mypy flagged errors for missing types. Install the recommended type-* packages that resolve the issues.
1 parent d3fac50 commit 0e89ea1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements-lint.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
black==20.8b1
22
flake8==3.9.2
33
isort==5.8.0
4-
mypy==0.812
4+
types-PyYAML==0.1.5
5+
types-requests==0.1.8

0 commit comments

Comments
 (0)