Skip to content

Commit 3519c3f

Browse files
committed
Also remove uses of the directory
1 parent 7bab531 commit 3519c3f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

ci/cloudbuild/builds/checkers.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ time {
7575
# A couple useful invocations:
7676
# $ typos --write-changes # writes spelling fixes back to disk
7777
# $ typos --dump-config - # dumps effective config to stdout
78-
typos --exclude 'google/cloud/storage/emulator/google/**'
78+
typos
7979
}
8080

8181
printf "%-30s" "Running markdown generators:" >&2
@@ -157,8 +157,7 @@ time {
157157
# https://pypi.org/project/black/
158158
printf "%-30s" "Running black:" >&2
159159
time {
160-
git ls-files -z | grep -z -v 'google/cloud/storage/emulator/google' |
161-
grep -z '\.py$' | xargs -0 python3 -m black --quiet
160+
git ls-files -z | grep -z '\.py$' | xargs -0 python3 -m black --quiet
162161
}
163162

164163
# Apply shfmt to format all shell scripts

0 commit comments

Comments
 (0)