We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8995793 commit e43e3d1Copy full SHA for e43e3d1
ci/code_checks.sh
@@ -204,7 +204,7 @@ if [[ -z "$CHECK" || "$CHECK" == "patterns" ]]; then
204
RET=$(($RET + $?)) ; echo $MSG "DONE"
205
206
MSG='Check for use of ("%r" % foo) instead of {repr(foo)}' ; echo $MSG
207
- invgrep -R --include=*.{py,pyx} '%r' pandas
+ invgrep -R --include=*.{py,pyx} -E '\s%r\s' pandas | invgrep -v '%%r'
208
209
210
MSG='Check for use of {foo!r} instead of {repr(foo)}' ; echo $MSG
0 commit comments