Skip to content

Commit

Permalink
Don't format scripts in uvloop test
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Jan 28, 2024
1 parent eadd8a6 commit 574f0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ jobs:
python -m pip install -e ".[uvloop]"
- name: Format ourselves
run: python -m black --check .
run: python -m black --check src/ tests/

0 comments on commit 574f0af

Please sign in to comment.