We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1b309 commit 4ff7ca6Copy full SHA for 4ff7ca6
ci.sh
@@ -41,16 +41,16 @@ BLACK_VERSION=24.1.0
41
42
if [ "$CHECK_FORMATTING" = "1" ]; then
43
pip install black==${BLACK_VERSION}
44
- if ! black --check tests trio_asyncio; then
45
- black --diff tests trio_asyncio
+ if ! black --check tests src; then
+ black --diff tests src
46
cat <<EOF
47
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
48
49
50
Formatting problems were found (listed above). To fix them, run
51
52
53
- black tests trio_asyncio
+ black tests src
54
55
in your local checkout.
56
0 commit comments