summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-23 21:27:21 +0000
committerGitHub <noreply@github.com>2023-02-23 21:27:21 +0000
commit6f74553782e26c81d441ed1ccf4f31cf34997329 (patch)
tree93c4aff88b4dd5a562c936b80db4f32c4ad32492
parentd02d87d6f2fcdc01886a92732bebff2fb4cacb8f (diff)
downloadastroid-git-6f74553782e26c81d441ed1ccf4f31cf34997329.tar.gz
Bump mypy from 1.0.0 to 1.0.1 (#2035)
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
-rw-r--r--.pre-commit-config.yaml2
-rw-r--r--requirements_test_pre_commit.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 458febca..631dc2e9 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: v1.0.0
+ rev: v1.0.1
hooks:
- id: mypy
name: mypy
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt
index 91eda25f..13bc3385 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -5,5 +5,5 @@ isort==5.12.0;python_version>='3.8'
flake8==6.0.0;python_version>='3.8'
flake8-typing-imports==1.14.0;python_version>='3.8'
flake8-bugbear==23.1.20;python_version>='3.8'
-mypy==1.0.0
+mypy==1.0.1
pre-commit~=2.21