This commit is contained in:
Jack Gerrits 2024-05-15 09:50:59 -04:00
parent f5f0a51855
commit f208b582e4
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
with:
python-version: '3.10'
- run: pip install ".[dev]"
- run: ruff --check
- run: ruff --check
format:
runs-on: ubuntu-latest
@ -29,7 +29,7 @@ jobs:
with:
python-version: '3.10'
- run: pip install ".[dev]"
- run: ruff format --check
- run: ruff format --check
mypy:
runs-on: ubuntu-latest