Skip to content

Commit

Permalink
Adjusted black style check (less noisy)
Browse files Browse the repository at this point in the history
  • Loading branch information
thouska committed Feb 27, 2023
1 parent 64f3874 commit 1d6e859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: black check
run: |
python -m black - .
python -m black --check .
- name: isort check
run: |
Expand Down

0 comments on commit 1d6e859

Please sign in to comment.