aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-10-12 02:09:35 +0200
committerGitHub <noreply@github.com>2021-10-12 02:09:35 +0200
commit2594d32696b88e0862f9e126dfa8bdd10089fde1 (patch)
tree09d15eaa4fb8a17e86d49e31ec9c4957acbf7c3e
parent4f11b666b85082d66c18fce172027929637ea09f (diff)
downloadastroid-2594d32696b88e0862f9e126dfa8bdd10089fde1.tar.gz
[pre-commit.ci] pre-commit autoupdate (#1210)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](https://github.com/PyCQA/flake8/compare/3.9.2...4.0.1) - [github.com/pre-commit/mirrors-mypy: v0.910 → v0.910-1](https://github.com/pre-commit/mirrors-mypy/compare/v0.910...v0.910-1) * Update requirements_test_pre_commit.txt Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
-rw-r--r--.pre-commit-config.yaml4
-rw-r--r--requirements_test_pre_commit.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 6056fe80..5e4033d2 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -42,7 +42,7 @@ repos:
args: [--safe, --quiet]
exclude: tests/testdata
- repo: https://github.com/PyCQA/flake8
- rev: 3.9.2
+ rev: 4.0.1
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]
@@ -62,7 +62,7 @@ repos:
]
exclude: tests/testdata|conf.py
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v0.910
+ rev: v0.910-1
hooks:
- id: mypy
name: mypy
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt
index a8b536fe..b5d9f276 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -1,5 +1,5 @@
black==21.7b0
pylint==2.11.1
isort==5.9.2
-flake8==3.9.2
+flake8==4.0.1
mypy==0.910