Skip to content

Commit

Permalink
black check in ci verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Mar 7, 2024
1 parent f533766 commit c83bfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# clone the repo, run black and autopep8 on it
- uses: actions/checkout@v4
- run: python -m pip install black flake8
- run: black --check .
- run: black --check -vv .
- run: flake8 .

test:
Expand Down

0 comments on commit c83bfa6

Please sign in to comment.