Import yapf via --config=k8_upstream_python
I noticed that I haven't imported yapf yet with rules_python. I'd like
to switch to rules_python. So having it available when the switch
happens will make life simpler.
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: I7c4520d4c0c36cdf04258d6726cbbea39e52ee61
diff --git a/tools/python/requirements.lock.txt b/tools/python/requirements.lock.txt
index a48b2a7..4910ce2 100644
--- a/tools/python/requirements.lock.txt
+++ b/tools/python/requirements.lock.txt
@@ -464,6 +464,10 @@
--hash=sha256:ed80a1628cee19f5cfc6bb74e173f1b4189eb532e705e2a13e3250312a62e0c9 \
--hash=sha256:ee3e38a6cc050a8830089f79cbec8a3878ec2fe5160cdb2dc8ccb6def8552658
# via mkdocs
+yapf==0.32.0 \
+ --hash=sha256:8fea849025584e486fd06d6ba2bed717f396080fd3cc236ba10cb97c4c51cf32 \
+ --hash=sha256:a3f5085d37ef7e3e004c4ba9f9b3e40c54ff1901cd111f05145ae313a7c67d1b
+ # via -r tools/python/requirements.txt
zipp==3.8.1 \
--hash=sha256:05b45f1ee8f807d0cc928485ca40a07cb491cf092ff587c0df9cb1fd154848d2 \
--hash=sha256:47c40d7fe183a6f21403a199b3e4192cca5774656965b0a4988ad2f8feb5f009
diff --git a/tools/python/requirements.txt b/tools/python/requirements.txt
index 9bbecbf..a4cbd6a 100644
--- a/tools/python/requirements.txt
+++ b/tools/python/requirements.txt
@@ -11,3 +11,4 @@
pygobject
requests
scipy
+yapf
diff --git a/tools/python/whl_overrides.json b/tools/python/whl_overrides.json
index 81c4701..5936d1d 100644
--- a/tools/python/whl_overrides.json
+++ b/tools/python/whl_overrides.json
@@ -131,6 +131,10 @@
"sha256": "4f4e1c4aa54fb86316a62a87b3378c025e228178d55481d30d857c6c438897d6",
"url": "https://software.frc971.org/Build-Dependencies/wheelhouse/watchdog-2.1.9-py3-none-manylinux2014_x86_64.whl"
},
+ "yapf==0.32.0": {
+ "sha256": "8fea849025584e486fd06d6ba2bed717f396080fd3cc236ba10cb97c4c51cf32",
+ "url": "https://software.frc971.org/Build-Dependencies/wheelhouse/yapf-0.32.0-py2.py3-none-any.whl"
+ },
"zipp==3.8.1": {
"sha256": "47c40d7fe183a6f21403a199b3e4192cca5774656965b0a4988ad2f8feb5f009",
"url": "https://software.frc971.org/Build-Dependencies/wheelhouse/zipp-3.8.1-py3-none-any.whl"