summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-06-28 23:59:59 +0200
committerGitHub <noreply@github.com>2021-06-28 23:59:59 +0200
commite0c565a192387b65ec703c88fff72946303bab14 (patch)
tree9e0df8ba47a1eee1151e58f8405e8c78eeb59f8d /.pre-commit-config.yaml
parente4cd65f0a605ff0bd3ecba6e91c98a7a4d1ac87f (diff)
downloadastroid-git-e0c565a192387b65ec703c88fff72946303bab14.tar.gz
[pre-commit.ci] pre-commit autoupdate (#1077)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/mirrors-mypy: v0.902 → v0.910](https://github.com/pre-commit/mirrors-mypy/compare/v0.902...v0.910) - [github.com/pre-commit/mirrors-prettier: v2.3.1 → v2.3.2](https://github.com/pre-commit/mirrors-prettier/compare/v2.3.1...v2.3.2) * 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>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0363372e..82fddc3f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -62,7 +62,7 @@ repos:
]
exclude: tests/testdata|conf.py
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v0.902
+ rev: v0.910
hooks:
- id: mypy
name: mypy
@@ -81,7 +81,7 @@ repos:
]
exclude: tests/testdata| # exclude everything, we're not ready
- repo: https://github.com/pre-commit/mirrors-prettier
- rev: v2.3.1
+ rev: v2.3.2
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]