Skip to content

Commit

Permalink
black check and diff
Browse files Browse the repository at this point in the history
  • Loading branch information
jtisbell4 committed Apr 24, 2024
1 parent 68e0c39 commit 706fdc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python -m pip install tox tox-gh-actions
- name: Execute tox envs
working-directory: ./python
run: tox -e lint
run: tox -e lint -- --check --diff
- name: Execute tox envs
working-directory: ./python
run: tox -e type-check
Expand Down
2 changes: 1 addition & 1 deletion python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ deps =
flake8
black
commands =
black --check {toxinidir}/tempo
black {posargs} {toxinidir}/tempo
flake8 --config {toxinidir}/.flake8 {toxinidir}/tempo

[testenv:type-check]
Expand Down

0 comments on commit 706fdc9

Please sign in to comment.