From 6f7cc189ceefc0c06db42255bffd2950e7ccf791 Mon Sep 17 00:00:00 2001 From: Linchin Date: Thu, 21 Sep 2023 21:32:52 +0000 Subject: [PATCH 1/2] bug: remove flake8 pin in owlbot --- owlbot.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/owlbot.py b/owlbot.py index edac6bf..4b89096 100644 --- a/owlbot.py +++ b/owlbot.py @@ -56,14 +56,6 @@ ["noxfile.py"], "--cov=google", "--cov=db_dtypes", ) -s.replace(["noxfile.py"], - """FLAKE8_VERSION = \"flake8==6.1.0\"""", - """# Pin flake8 to 6.0.0 -# See https://github.com/googleapis/python-db-dtypes-pandas/issues/199 -FLAKE8_VERSION = "flake8==6.0.0" -""" -) - # There are no system tests for this package. old_sessions = """ "unit", From 677f0fe59e0ba81f01ce6cd19a4709b233d49441 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 21 Sep 2023 22:07:41 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- noxfile.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/noxfile.py b/noxfile.py index f338b6e..86a34d9 100644 --- a/noxfile.py +++ b/noxfile.py @@ -26,10 +26,7 @@ import nox -# Pin flake8 to 6.0.0 -# See https://github.com/googleapis/python-db-dtypes-pandas/issues/199 -FLAKE8_VERSION = "flake8==6.0.0" - +FLAKE8_VERSION = "flake8==6.1.0" BLACK_VERSION = "black==22.3.0" ISORT_VERSION = "isort==5.10.1" LINT_PATHS = ["docs", "db_dtypes", "tests", "noxfile.py", "setup.py"]