Skip to content

Commit

Permalink
Update .github/workflows/tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz authored Dec 12, 2023
1 parent 6c39831 commit 6d0c240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Lint with isort
run: pre-commit run isort
- name: Lint with black
run: pre-commit run black --diff
run: pre-commit run black
- name: Check types with mypy
run: pre-commit run mypy

Expand Down

0 comments on commit 6d0c240

Please sign in to comment.