We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93bf427 commit 4bd63cbCopy full SHA for 4bd63cb
scripts/remove-unused-filelevel-mypy-suppressions.sh
@@ -45,8 +45,8 @@ remove_suppression() {
45
git checkout $(extract_failed_files "${TMPFILE}" "${st}")
46
echo "Changed files: $(git df | wc -l)"
47
done
48
- # shellcheck disable=SC2046 # we want word splitting here
49
- bazel run //:format $(git diff --name-only --pretty=)
+ # we're removing lines before the imports. This is 'reformatting':
+ bazel lint --fix //...
50
git commit -am "Remove unnecessary mypy suppression: ${st}"
51
}
52
0 commit comments