From 08e823562601835daf3739eb743e4c05a62476da Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 18:45:50 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.0) - [github.com/asottile/pyupgrade: v2.31.1 → v2.34.0](https://github.com/asottile/pyupgrade/compare/v2.31.1...v2.34.0) - [github.com/pre-commit/mirrors-prettier: v2.6.2 → v2.7.1](https://github.com/pre-commit/mirrors-prettier/compare/v2.6.2...v2.7.1) - [github.com/pre-commit/mirrors-eslint: v8.12.0 → v8.19.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.12.0...v8.19.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e074e9..0a7bfd8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,22 +16,22 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v2.31.1 + rev: v2.34.0 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/pre-commit/mirrors-prettier - rev: 'v2.6.2' + rev: 'v2.7.1' hooks: - id: prettier types: [ts] - repo: https://github.com/pre-commit/mirrors-eslint - rev: 'v8.12.0' + rev: 'v8.19.0' hooks: - id: eslint files: \.ts$ # *.ts