Skip to content

Commit a7371e1

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 a7371e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

requirements-lint.txt

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ black==20.8b1
22
flake8==3.9.2
33
isort==5.8.0
44
mypy==0.812
5+
types-PyYAML==0.1.5
6+
types-requests==0.1.8

0 commit comments

Comments
 (0)