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-05-11 00:04:15 +0200
committerGitHub <noreply@github.com>2021-05-11 00:04:15 +0200
commit3fc4052278197d285d2c835cb414fa76bfb9543b (patch)
tree8d1c775d2487e4b9704bc4af39aab54930d4f6bb /.pre-commit-config.yaml
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>
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 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]