From 2b5b3b2fb73f51be0b33d2aa8e5b603574955cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 20:12:47 +0000 Subject: [PATCH] build(deps): bump jpetrucciani/mypy-check from 0.971 to 0.991 Bumps [jpetrucciani/mypy-check](https://github.com/jpetrucciani/mypy-check) from 0.971 to 0.991. - [Release notes](https://github.com/jpetrucciani/mypy-check/releases) - [Commits](https://github.com/jpetrucciani/mypy-check/compare/0.971...0.991) --- updated-dependencies: - dependency-name: jpetrucciani/mypy-check dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 70c54de..53f2a16 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -70,7 +70,7 @@ jobs: poetry run flake8 --count --show-source --statistics - name: Lint python code (mypy) - uses: jpetrucciani/mypy-check@0.971 + uses: jpetrucciani/mypy-check@0.991 with: path: '.'