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:23 +0200
committerGitHub <noreply@github.com>2022-10-18 08:52:23 +0200
commit7ed8c6db48faaab02eb57c94659aa54e5c9c3aa1 (patch)
treeabba8a7deb8007e3ae5d7a2aea348bbd4f1c97e2 /.pre-commit-config.yaml
parentaae90e6480c3fb9da95447587e639af6ad297689 (diff)
downloadastroid-git-7ed8c6db48faaab02eb57c94659aa54e5c9c3aa1.tar.gz
[pre-commit.ci] pre-commit autoupdate (#1840)
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 a8b1176d..b5f67fb3 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
- id: end-of-file-fixer
exclude: tests/testdata
- repo: https://github.com/PyCQA/autoflake
- rev: v1.6.1
+ rev: v1.7.6
hooks:
- id: autoflake
exclude: tests/testdata|astroid/__init__.py|astroid/scoped_nodes.py|astroid/node_classes.py
@@ -90,7 +90,7 @@ repos:
]
exclude: tests/testdata| # exclude everything, we're not ready
- 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]