8000 chore: update mypy target (#554) · googleapis/python-datastore@e65c532 · GitHub
[go: up one dir, main page]

Skip to content

Commit e65c532

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 7fd218b commit e65c532

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)

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)
0