summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-26 18:11:09 +0100
committerGitHub <noreply@github.com>2023-02-26 18:11:09 +0100
commit2756dcaf4acde45c032ec0bb65a9bdd3a9404541 (patch)
treef101ab7e77d808812dc61085fce42212e03e2b01 /.pre-commit-config.yaml
parent467b7b056967868ce28f1e802ea3294507fe198c (diff)
downloadpylint-git-2756dcaf4acde45c032ec0bb65a9bdd3a9404541.tar.gz
Bump mypy from 1.0.0 to 1.0.1 (#8316)
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 d925835e1..794ab5f2f 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: v1.0.0
+ rev: v1.0.1
hooks:
- id: mypy
name: mypy