mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Fix mypy complaining about missing type hints
This commit is contained in:
parent
f28bbe6b0c
commit
bc65ea7ab6
1 changed files with 3 additions and 3 deletions
|
|
@ -12,6 +12,6 @@ pip install --upgrade setuptools
|
||||||
# Installing PFERD itself
|
# Installing PFERD itself
|
||||||
pip install --editable .
|
pip install --editable .
|
||||||
|
|
||||||
# Installing various tools
|
# Installing tools and type hints
|
||||||
pip install --upgrade mypy flake8 autopep8 isort
|
pip install --upgrade mypy flake8 autopep8 isort pyinstaller
|
||||||
pip install --upgrade pyinstaller
|
pip install --upgrade types-chardet types-certifi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue