Skip to content

Commit 20d4c70

Browse files
committed
change code_checks.sh
1 parent 7e74a97 commit 20d4c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/code_checks.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ if [[ -z "$CHECK" || "$CHECK" == "patterns" ]]; then
127127
RET=$(($RET + $?)) ; echo $MSG "DONE"
128128

129129
MSG='Check for python2-style file encodings' ; echo $MSG
130-
invgrep -R --include="*."{py,pyx} -E "# -\*- coding: utf-8 -\*-" pandas scripts
130+
invgrep -R --include="*.py" --include="*.pyx" -E "# -\*- coding: utf-8 -\*-" pandas scripts
131131
RET=$(($RET + $?)) ; echo $MSG "DONE"
132132

133133
# Check for the following code in testing: `np.testing` and `np.array_equal`

0 commit comments

Comments
 (0)