Skip to content

Commit

Permalink
Bump mypy from 1.3.0 to 1.4.1 (#616)
Browse files Browse the repository at this point in the history
* Bump mypy from 1.3.0 to 1.4.1

Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.4.1.
- [Commits](python/mypy@v1.3.0...v1.4.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix CI

* Fix CI

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Bach <bachya1208@gmail.com>
  • Loading branch information
dependabot[bot] and bachya authored Aug 11, 2023
1 parent 7233e74 commit cabcd4f
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 70 deletions.
56 changes: 28 additions & 28 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ fail_under = 100
show_missing = true

[tool.coverage.run]
omit = ["ecowitt2mqtt/backports/*"]
source = ["ecowitt2mqtt"]

[tool.isort]
Expand Down
1 change: 0 additions & 1 deletion tests/backports/__init__.py

This file was deleted.

41 changes: 0 additions & 41 deletions tests/backports/test_enum.py

This file was deleted.

0 comments on commit cabcd4f

Please sign in to comment.