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>2022-10-25 08:47:55 +0200
committerGitHub <noreply@github.com>2022-10-25 08:47:55 +0200
commitb7e22417e43040618a1c16f4b9518cb40d3077eb (patch)
tree3ff9fe189e2cdf63e36b43fdd0171f8fb5d3c121 /.pre-commit-config.yaml
parent7d4569ed77c6b16f1f1eb623887ef221e6784b0c (diff)
downloadpylint-git-b7e22417e43040618a1c16f4b9518cb40d3077eb.tar.gz
[pre-commit.ci] pre-commit autoupdate (#7670)
updates: - [github.com/PyCQA/autoflake: v1.7.6 → v1.7.7](https://github.com/PyCQA/autoflake/compare/v1.7.6...v1.7.7) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.2 → v3.0.0-alpha.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@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 2bbdfef29..28b54c4ed 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
doc/data/messages/t/trailing-newlines/bad.py|
)$
- repo: https://github.com/PyCQA/autoflake
- rev: v1.7.6
+ rev: v1.7.7
hooks:
- id: autoflake
exclude: &fixtures tests(/\w*)*/functional/|tests/input|doc/data/messages|tests(/\w*)*data/
@@ -119,7 +119,7 @@ repos:
]
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
- repo: https://github.com/pre-commit/mirrors-prettier
- rev: v3.0.0-alpha.2
+ rev: v3.0.0-alpha.3
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]