Skip to content

Commit

Permalink
Merge pull request #83 from kayjan/kayjan-patch-1
Browse files Browse the repository at this point in the history
Update pytest.yml
  • Loading branch information
Kay Jan authored Sep 7, 2023
2 parents 4c168b0 + aa1fdd2 commit 88d3f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Lint with black
run: |
python -m pip install black
black . -l 88 --check
black . -l 88 --check --diff
- name: Lint with isort
run: |
python -m pip install isort
Expand Down

0 comments on commit 88d3f1a

Please sign in to comment.