We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
format.sh
1 parent 9f09c29 commit 22e9c8bCopy full SHA for 22e9c8b
scripts/format.sh
@@ -31,5 +31,12 @@ section "Rust"
31
echo " rustfmt" >&2
32
bazel run @rules_rust//:rustfmt
33
34
+# TODO: use bazel target when rules_python supports formatting
35
+section "Python"
36
+echo " python - isort, black, flake8, docformatter" >&2
37
+pip install tox
38
+export TOXENV=linting
39
+tox -c py/tox.ini
40
+
41
section "Copyright"
42
bazel run //scripts:update_copyright
0 commit comments