mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Fix mypy complaining about missing type hints
This commit is contained in:
parent
f28bbe6b0c
commit
bc65ea7ab6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user