Skip to content

Commit

Permalink
chore: bump mypy from 1.10.0 to 1.10.1 (#97)
Browse files Browse the repository at this point in the history
* chore: bump mypy from 1.10.0 to 1.10.1

Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.10.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.10.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Bump:  Bump pre-commit 1.10.1

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Guillaume Mulocher <gmulocher@arista.com>
  • Loading branch information
dependabot[bot] and gmuloc authored Jun 26, 2024
1 parent 5166f25 commit 1464af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ repos:
name: Check for changes when running Black on all python files

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy
args:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ lint = [
"flake8==7.1.0",
]
type = [
"mypy==1.10.0",
"mypy==1.10.1",
]

[project.urls]
Expand Down

0 comments on commit 1464af0

Please sign in to comment.