From f4452e9965dc01d9b84c8c23861d13cab6d67c0b Mon Sep 17 00:00:00 2001 From: jeffbrennan Date: Sun, 28 Jan 2024 12:15:56 -0500 Subject: [PATCH 1/2] fix ruff lint --- benchmarks/visualize_benchmarks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/visualize_benchmarks.py b/benchmarks/visualize_benchmarks.py index e0a9fb7c..7a27dec1 100644 --- a/benchmarks/visualize_benchmarks.py +++ b/benchmarks/visualize_benchmarks.py @@ -153,7 +153,7 @@ def get_benchmark_date(benchmark_path: str) -> str: if __name__ == "__main__": spark = ( - SparkSession.builder.appName("MyApp") # type: ignore + SparkSession.builder.appName("MyApp") # type: ignore # noqa: PGH003 .config("spark.executor.memory", "10G") .config("spark.driver.memory", "25G") .config("spark.sql.shuffle.partitions", "2") From b57957f2541ad8a070d60b68c5196d0e47ca2575 Mon Sep 17 00:00:00 2001 From: jeffbrennan Date: Sun, 28 Jan 2024 12:17:36 -0500 Subject: [PATCH 2/2] fix lock file --- poetry.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6f3fc797..7b0e0d02 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2849,7 +2849,7 @@ files = [ ] [[package]] -name = "ypy-websocket" conflict +name = "ypy-websocket" version = "0.8.4" description = "WebSocket connector for Ypy" optional = false @@ -2885,4 +2885,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.7,<4.0" -content-hash = "338fc940039b80c7a109e2fa205e6acf2f60d7743fc38d0784201555cfe02ebe" +content-hash = "e37527561814386bfa91a1c6857297dd6059496e3ff9d3ec097ccaa36d3b21d4"