Skip to content

Commit

Permalink
chore: update mypy target (#554)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
daniel-sanche and gcf-owl-bot[bot] authored Jul 29, 2024
1 parent 7fd218b commit e65c532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def mypy(session):
"types-protobuf!=4.24.0.20240106",
"types-requests",
)
session.run("mypy", "-p", "google")
session.run("mypy", "-p", "google.cloud.datastore")


@nox.session(python=DEFAULT_PYTHON_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def mypy(session):
session.install(
"mypy", "types-setuptools", "types-mock", "types-protobuf!=4.24.0.20240106", "types-requests"
)
session.run("mypy", "-p", "google")
session.run("mypy", "-p", "google.cloud.datastore")
@nox.session(python=DEFAULT_PYTHON_VERSION)
Expand Down

0 comments on commit e65c532

Please sign in to comment.