switch to pyproject.toml

This commit is contained in:
David Lord 2023-01-18 09:50:41 -08:00
parent 9da947a279
commit 6d6d986fc5
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
6 changed files with 123 additions and 141 deletions

View file

@ -52,7 +52,7 @@ jobs:
uses: actions/cache@v3.2.2
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }}
key: mypy|${{ matrix.python }}|${{ hashFiles('pyproject.toml') }}
if: matrix.tox == 'typing'
- run: pip install tox
- run: tox run -e ${{ matrix.tox }}