summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-13 21:01:23 +0100
committerGitHub <noreply@github.com>2023-02-13 21:01:23 +0100
commite4f594fbd78c8014d921c4feb3d53e5fba509d61 (patch)
tree2e3a9fe5196d4f6d7eb41c0bcc4b8cb61d5b1520 /.pre-commit-config.yaml
parent8e636aa735266a8bd7208b523dcdbf6e6324c5e6 (diff)
downloadastroid-git-e4f594fbd78c8014d921c4feb3d53e5fba509d61.tar.gz
Bump mypy from 0.991 to 1.0.0 (#2031)
* Bump mypy from 0.991 to 1.0.0 Bumps [mypy](https://github.com/python/mypy) from 0.991 to 1.0.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.991...v1.0.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a149d780..458febca 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -71,7 +71,7 @@ repos:
]
exclude: tests/testdata|conf.py
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v0.991
+ rev: v1.0.0
hooks:
- id: mypy
name: mypy