Skip to content

Commit 1b98867

Browse files
committed
fmt setup.py as well
1 parent 676c030 commit 1b98867

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/fmt.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ DIR=`dirname $0`
44

55
# Format the project.
66

7-
black -l 79 $DIR/../ipinfo $DIR/../tests
7+
black -l 79 \
8+
$DIR/../setup.py \
9+
$DIR/../ipinfo \
10+
$DIR/../tests

0 commit comments

Comments
 (0)