Skip to content

Commit

Permalink
Bump typeguard from 4.4.0 to 4.4.1 (#2330)
Browse files Browse the repository at this point in the history
* Bump typeguard from 4.4.0 to 4.4.1

Bumps [typeguard](https://github.com/agronholm/typeguard) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/agronholm/typeguard/releases)
- [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/typeguard@4.4.0...4.4.1)

---
updated-dependencies:
- dependency-name: typeguard
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* name arg of typeguard_ignore after typing.no_type_check

* name arg of typeguard_ignore after typing.no_type_check

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonas Dittrich <[email protected]>
  • Loading branch information
dependabot[bot] and Kakadus authored Nov 11, 2024
1 parent cf24a89 commit 6ce33b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion evap/evaluation/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
try:
from typeguard import typeguard_ignore
except ImportError:
typeguard_ignore = lambda f: f # noqa: E731 - black formats a def with an empty line before.
typeguard_ignore = lambda arg: arg # noqa: E731 - black formats a def with an empty line before.


class NotArchivableError(Exception):
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ce33b9

Please sign in to comment.