Skip to content

Commit 323ddfe

Browse files
bug: remove flake8 pin in owlbot (googleapis#213)
* bug: remove flake8 pin in owlbot * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 116f62f commit 323ddfe

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

noxfile.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626

2727
import nox
2828

29-
# Pin flake8 to 6.0.0
30-
# See https://github.com/googleapis/python-db-dtypes-pandas/issues/199
31-
FLAKE8_VERSION = "flake8==6.0.0"
32-
29+
FLAKE8_VERSION = "flake8==6.1.0"
3330
BLACK_VERSION = "black==22.3.0"
3431
ISORT_VERSION = "isort==5.10.1"
3532
LINT_PATHS = ["docs", "db_dtypes", "tests", "noxfile.py", "setup.py"]

owlbot.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@
5656
["noxfile.py"], "--cov=google", "--cov=db_dtypes",
5757
)
5858

59-
s.replace(["noxfile.py"],
60-
"""FLAKE8_VERSION = \"flake8==6.1.0\"""",
61-
"""# Pin flake8 to 6.0.0
62-
# See https://github.com/googleapis/python-db-dtypes-pandas/issues/199
63-
FLAKE8_VERSION = "flake8==6.0.0"
64-
"""
65-
)
66-
6759
# There are no system tests for this package.
6860
old_sessions = """
6961
"unit",

0 commit comments

Comments
 (0)