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-12-06 23:28:28 +0100
committerGitHub <noreply@github.com>2021-12-06 23:28:28 +0100
commite13c3402b08ecdb399a9c611bac61333a431f609 (patch)
treedbdcc529fb4d8c31d25de9451b4baca7a7b247f6 /.pre-commit-config.yaml
parent8ea31c8f197c3f4c1fefdbf861530c831d250a59 (diff)
downloadastroid-git-e13c3402b08ecdb399a9c611bac61333a431f609.tar.gz
[pre-commit.ci] pre-commit autoupdate (#1286)
updates: - [github.com/psf/black: 21.11b1 → 21.12b0](https://github.com/psf/black/compare/21.11b1...21.12b0) - [github.com/pre-commit/mirrors-prettier: v2.5.0 → v2.5.1](https://github.com/pre-commit/mirrors-prettier/compare/v2.5.0...v2.5.1) 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 9a69e041..d529d701 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -37,7 +37,7 @@ repos:
- id: black-disable-checker
exclude: tests/unittest_nodes_lineno.py
- repo: https://github.com/psf/black
- rev: 21.11b1
+ rev: 21.12b0
hooks:
- id: black
args: [--safe, --quiet]
@@ -82,7 +82,7 @@ repos:
]
exclude: tests/testdata| # exclude everything, we're not ready
- repo: https://github.com/pre-commit/mirrors-prettier
- rev: v2.5.0
+ rev: v2.5.1
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]