Skip to content

Commit 809c004

Browse files
committed
Fix pre-commit failures (whitespace and formatting)
1 parent 336d690 commit 809c004

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

WORKSPACE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ http_archive(
4545
# strip_prefix = "rules_proto-6.0.2",
4646
# url = "https://github.com/bazelbuild/rules_proto/releases/download/6.0.2/rules_proto-6.0.2.tar.gz",
4747
# )
48-
#
48+
#
4949
# load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies")
50-
#
50+
#
5151
# rules_proto_dependencies()
52-
#
52+
#
5353
# load("@rules_proto//proto:setup.bzl", "rules_proto_setup")
54-
#
54+
#
5555
# rules_proto_setup()
56-
#
56+
#
5757
# load("@rules_proto//proto:toolchains.bzl", "rules_proto_toolchains")
58-
#
58+
#
5959
# rules_proto_toolchains()
6060

6161
# Install version 0.9.0 of rules_foreign_cc, as default version causes an

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,13 @@ def select_constraint(default, nightly=None, git_master=None):
198198
# six, and protobuf) with TF.
199199
install_requires=[
200200
"absl-py>=0.9,<2.0.0",
201-
'apache-beam[gcp]>=2.53,<3',
201+
"apache-beam[gcp]>=2.53,<3",
202202
# TODO(b/139941423): Consider using multi-processing provided by
203203
# Beam's DirectRunner.
204204
"joblib>=1.2.0", # Dependency for multi-processing.
205205
"numpy>=1.22.0",
206206
"pandas>=1.0,<2",
207-
'protobuf>=6.0.0,<7.0.0',
207+
"protobuf>=6.0.0,<7.0.0",
208208
"pyarrow>=14",
209209
"pyfarmhash>=0.2.2,<0.4",
210210
"six>=1.12,<2",

0 commit comments

Comments
 (0)