We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bab531 commit 3519c3fCopy full SHA for 3519c3f
1 file changed
ci/cloudbuild/builds/checkers.sh
@@ -75,7 +75,7 @@ time {
75
# A couple useful invocations:
76
# $ typos --write-changes # writes spelling fixes back to disk
77
# $ typos --dump-config - # dumps effective config to stdout
78
- typos --exclude 'google/cloud/storage/emulator/google/**'
+ typos
79
}
80
81
printf "%-30s" "Running markdown generators:" >&2
@@ -157,8 +157,7 @@ time {
157
# https://pypi.org/project/black/
158
printf "%-30s" "Running black:" >&2
159
time {
160
- git ls-files -z | grep -z -v 'google/cloud/storage/emulator/google' |
161
- grep -z '\.py$' | xargs -0 python3 -m black --quiet
+ git ls-files -z | grep -z '\.py$' | xargs -0 python3 -m black --quiet
162
163
164
# Apply shfmt to format all shell scripts
0 commit comments