migrate to pyproject.toml (#13189)

* migrate to pyproject.toml

* move mypy config to pyproject.toml
This commit is contained in:
Gaétan Lepage
2025-11-11 18:09:27 +01:00
committed by GitHub
parent 8002921a04
commit 6fd7ce3832
6 changed files with 146 additions and 145 deletions

View File

@@ -61,7 +61,7 @@ runs:
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/.venv
key: venv-${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-${{ inputs.deps }}-${{ inputs.pydeps }}-${{ hashFiles('**/setup.py') }}-${{ env.PYTHON_CACHE_VERSION }}
key: venv-${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-${{ inputs.deps }}-${{ inputs.pydeps }}-${{ hashFiles('**/pyproject.toml') }}-${{ env.PYTHON_CACHE_VERSION }}
# **** Caching downloads ****