aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-09-14 00:53:27 +0200
committerGitHub <noreply@github.com>2021-09-14 00:53:27 +0200
commitcb7bba41e598aa7aa57f71f987fd92d7704f4f78 (patch)
tree6680e108fcb4d8e4c03b2a1b4b35fdaa544a0553
parent9ec8cb9c5deaafbd511898f89eebbe1f817b4e0a (diff)
downloadpylint-cb7bba41e598aa7aa57f71f987fd92d7704f4f78.tar.gz
[pre-commit.ci] pre-commit autoupdate (#4998)
updates: - [github.com/asottile/pyupgrade: v2.25.0 → v2.26.0](https://github.com/asottile/pyupgrade/compare/v2.25.0...v2.26.0) - [github.com/pre-commit/mirrors-prettier: v2.3.2 → v2.4.0](https://github.com/pre-commit/mirrors-prettier/compare/v2.3.2...v2.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-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 c3e1ea654..ebaa68b90 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
- --remove-duplicate-keys
- --remove-unused-variables
- repo: https://github.com/asottile/pyupgrade
- rev: v2.25.0
+ rev: v2.26.0
hooks:
- id: pyupgrade
args: [--py36-plus]
@@ -88,7 +88,7 @@ repos:
["platformdirs==2.2.0", "types-pkg_resources==0.1.3", "types-toml==0.1.3"]
exclude: tests/functional/|tests/input|tests(/.*)*/data|tests/regrtest_data/|tests/data/|tests(/.*)+/conftest.py|doc/|bin/
- repo: https://github.com/pre-commit/mirrors-prettier
- rev: v2.3.2
+ rev: v2.4.0
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]