Fix mypy complaining about missing type hints

This commit is contained in:
Joscha 2021-06-09 22:35:55 +02:00
parent f28bbe6b0c
commit bc65ea7ab6
1 changed files with 3 additions and 3 deletions

View File

@ -12,6 +12,6 @@ pip install --upgrade setuptools
# Installing PFERD itself
pip install --editable .
# Installing various tools
pip install --upgrade mypy flake8 autopep8 isort
pip install --upgrade pyinstaller
# Installing tools and type hints
pip install --upgrade mypy flake8 autopep8 isort pyinstaller
pip install --upgrade types-chardet types-certifi