Skip to content

Commit 215c563

Browse files
chore: update mypy target (#554)
* chore: update mypy package target * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * πŸ¦‰ 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 6633b5c commit 215c563

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žpackages/google-cloud-datastore/noxfile.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def mypy(session):
143143
"types-protobuf!=4.24.0.20240106",
144144
"types-requests",
145145
)
146-
session.run("mypy", "-p", "google")
146+
session.run("mypy", "-p", "google.cloud.datastore")
147147

148148

149149
@nox.session(python=DEFAULT_PYTHON_VERSION)

β€Žpackages/google-cloud-datastore/owlbot.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def mypy(session):
285285
session.install(
286286
"mypy", "types-setuptools", "types-mock", "types-protobuf!=4.24.0.20240106", "types-requests"
287287
)
288-
session.run("mypy", "-p", "google")
288+
session.run("mypy", "-p", "google.cloud.datastore")
289289
290290
291291
@nox.session(python=DEFAULT_PYTHON_VERSION)

0 commit comments

Comments
Β (0)