We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5babe95 commit a4c5e98Copy full SHA for a4c5e98
ci/code_checks.sh
@@ -190,9 +190,9 @@ if [[ -z "$CHECK" || "$CHECK" == "patterns" ]]; then
190
invgrep -R --include="*.rst" ".. ipython ::" doc/source
191
RET=$(($RET + $?)) ; echo $MSG "DONE"
192
193
- MSG='Check for extra blank lines after the class definition' ; echo $MSG
194
- invgrep -R --include="*.py" --include="*.pyx" -E 'class.*:\n\n( )+"""' .
195
- RET=$(($RET + $?)) ; echo $MSG "DONE"
+ MSG='Check for extra blank lines after the class definition' ; echo $MSG
+ invgrep -R --include="*.py" --include="*.pyx" -E 'class.*:\n\n( )+"""' .
+ RET=$(($RET + $?)) ; echo $MSG "DONE"
196
197
MSG='Check that no file in the repo contains trailing whitespaces' ; echo $MSG
198
set -o pipefail
0 commit comments