Skip to content

Commit 4ff7ca6

Browse files
committed
Update paths
1 parent 6a1b309 commit 4ff7ca6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ BLACK_VERSION=24.1.0
4141

4242
if [ "$CHECK_FORMATTING" = "1" ]; then
4343
pip install black==${BLACK_VERSION}
44-
if ! black --check tests trio_asyncio; then
45-
black --diff tests trio_asyncio
44+
if ! black --check tests src; then
45+
black --diff tests src
4646
cat <<EOF
4747
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4848
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4949
5050
Formatting problems were found (listed above). To fix them, run
5151
5252
pip install black==${BLACK_VERSION}
53-
black tests trio_asyncio
53+
black tests src
5454
5555
in your local checkout.
5656

0 commit comments

Comments
 (0)