summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-13 16:47:50 +0100
committerGitHub <noreply@github.com>2023-02-13 16:47:50 +0100
commit84442612f2b5cffeeba63bf3685c36452c849b6e (patch)
treee2f08529a183cac0d10bbb85ed2ade391e80392c /.pre-commit-config.yaml
parentccf2eeb359135278dc2cbb0ec14e57c37fc7f793 (diff)
downloadpylint-git-84442612f2b5cffeeba63bf3685c36452c849b6e.tar.gz
Bump mypy from 0.991 to 1.0.0 (#8279)
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 ... 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 63dd7cfb8..7cd5f8100 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -115,7 +115,7 @@ repos:
files: ^(doc/(.*/)*.*\.rst)
additional_dependencies: [Sphinx==5.0.1]
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v0.991
+ rev: v1.0.0
hooks:
- id: mypy
name: mypy