We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676c030 commit 1b98867Copy full SHA for 1b98867
scripts/fmt.sh
@@ -4,4 +4,7 @@ DIR=`dirname $0`
4
5
# Format the project.
6
7
-black -l 79 $DIR/../ipinfo $DIR/../tests
+black -l 79 \
8
+ $DIR/../setup.py \
9
+ $DIR/../ipinfo \
10
+ $DIR/../tests
0 commit comments