Skip to content

Commit 9b5ad54

Browse files
authored
fix(mypy): catch Python 3.8-specific errors (#119)
1 parent 9958499 commit 9b5ad54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypy.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ mypy_path = components, bases
33
namespace_packages = True
44
explicit_package_bases = True
55

6+
python_version = 3.8
7+
68
[mypy-poetry.console.*]
79
ignore_missing_imports = True
810

0 commit comments

Comments
 (0)