summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-05-11 00:04:15 +0200
committerGitHub <noreply@github.com>2021-05-11 00:04:15 +0200
commit3fc4052278197d285d2c835cb414fa76bfb9543b (patch)
tree8d1c775d2487e4b9704bc4af39aab54930d4f6bb
parentc329ee6a4ce669824121b74aac8f9a929efd42b6 (diff)
downloadpylint-git-3fc4052278197d285d2c835cb414fa76bfb9543b.tar.gz
[pre-commit.ci] pre-commit autoupdate (#4465)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 21.5b0 → 21.5b1](https://github.com/psf/black/compare/21.5b0...21.5b1) - [github.com/pre-commit/mirrors-prettier: v2.2.1 → v2.3.0](https://github.com/pre-commit/mirrors-prettier/compare/v2.2.1...v2.3.0) * Update requirements file 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 2e5380d39..ccc27d1cb 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
- rev: 21.5b0
+ rev: 21.5b1
hooks:
- id: black
args: [--safe, --quiet]
@@ -80,7 +80,7 @@ repos:
additional_dependencies: []
exclude: tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/|doc/|bin/
- repo: https://github.com/pre-commit/mirrors-prettier
- rev: v2.2.1
+ rev: v2.3.0
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt
index 239c3992a..b75f36fc1 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -1,5 +1,5 @@
autoflake==1.4
-black==21.5b0
+black==21.5b1
flake8==3.9.2
isort==5.8.0
mypy==0.812