Use latest version of mypy (#8992)

Fixes #8899

This PR removes the pinning upper limit of mypy currently set to <0.900 and adds the required types-* stub packages to make recent versions of mypy work.

* Unpin mypy

* Improve type in TempHandler

* Add types
This commit is contained in:
Adrien Ferrand
2021-08-17 10:52:57 -07:00
committed by GitHub
parent 6a9e0ec59d
commit acf48df979
10 changed files with 54 additions and 28 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ commands =
basepython = python3
commands =
win: {[base]pip_install} {[base]win_all_packages}
!win: {[base]pip_install} {[base]all_packages}
!win: {[base]pip_install} {[base]all_packages} certbot-ci
mypy {[base]source_paths}
[testenv:apacheconftest]