Skip to content

Commit

Permalink
update black and mypy command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaumann committed Jul 17, 2024
1 parent c1bd109 commit 1fe8ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
run: poetry install --no-interaction --no-root

- name: Run black
run: poetry run black
run: poetry run black --check .
- name: Run mypy
run: poetry run mypy
run: poetry run mypy . --pretty --show-error-context

pytest:
name: Testing on Python ${{ matrix.python-version }} (${{ matrix.platform}})
Expand Down

0 comments on commit 1fe8ec6

Please sign in to comment.