Move all configuration into pyproject.toml, add x86 mac to CI

This commit is contained in:
Pavel Zwerschke
2024-05-11 10:26:19 +02:00
parent 819c6673c7
commit 422cf05f15
8 changed files with 69 additions and 45 deletions

View File

@ -13,5 +13,5 @@ pip install --upgrade setuptools
pip install --editable .
# Installing tools and type hints
pip install --upgrade mypy flake8 autopep8 isort pyinstaller
pip install --upgrade mypy flake8 flake8-pyproject autopep8 isort pyinstaller
pip install --upgrade types-chardet types-certifi