Skip to content

Commit

Permalink
ci: Check with black
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulugruntz committed Dec 3, 2023
1 parent a21d7a5 commit 2a40a64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ jobs:
pip install "celery${{ matrix.celery }}"
pip install pytest-github-actions-annotate-failures
- name: Check with black
run: black --check .

- name: Check with mypy
if: ${{ !startsWith(matrix.python-version, 'pypy') && matrix.python-version >= '3.7' }}
run: mypy
Expand Down

0 comments on commit 2a40a64

Please sign in to comment.