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-18 08:52:01 +0200
committerGitHub <noreply@github.com>2022-10-18 08:52:01 +0200
commit7088409227e826ed8720886252fe05265daa9045 (patch)
tree36dc4f2e526634b4398b5c1a86ca1a02b7bd35a9 /.pre-commit-config.yaml
parent58449e462f0e45e68bd639fa8ab664153f3d1874 (diff)
downloadpylint-git-7088409227e826ed8720886252fe05265daa9045.tar.gz
[pre-commit.ci] pre-commit autoupdate (#7646)
updates: - [github.com/PyCQA/autoflake: v1.6.1 → v1.7.6](https://github.com/PyCQA/autoflake/compare/v1.6.1...v1.7.6) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.1 → v3.0.0-alpha.2](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) 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 030b8e74f..2bbdfef29 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.6.1
+ rev: v1.7.6
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.1
+ rev: v3.0.0-alpha.2
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]