We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e74a97 commit 20d4c70Copy full SHA for 20d4c70
ci/code_checks.sh
@@ -127,7 +127,7 @@ if [[ -z "$CHECK" || "$CHECK" == "patterns" ]]; then
127
RET=$(($RET + $?)) ; echo $MSG "DONE"
128
129
MSG='Check for python2-style file encodings' ; echo $MSG
130
- invgrep -R --include="*."{py,pyx} -E "# -\*- coding: utf-8 -\*-" pandas scripts
+ invgrep -R --include="*.py" --include="*.pyx" -E "# -\*- coding: utf-8 -\*-" pandas scripts
131
132
133
# Check for the following code in testing: `np.testing` and `np.array_equal`
0 commit comments