From bea1ec2dc67fa34fba4d4f2160cd9910354d26ab Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 20:55:10 +0200 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#1617) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/asottile/pyupgrade: v2.32.0 → v2.32.1](https://github.com/asottile/pyupgrade/compare/v2.32.0...v2.32.1) - [github.com/adamchainz/django-upgrade: 1.5.0 → 1.6.1](https://github.com/adamchainz/django-upgrade/compare/1.5.0...1.6.1) - [github.com/pre-commit/mirrors-eslint: v8.14.0 → v8.15.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.14.0...v8.15.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 172c4ddeb..dffb24f6f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,12 +15,12 @@ repos: hooks: - id: doc8 - repo: https://github.com/asottile/pyupgrade - rev: v2.32.0 + rev: v2.32.1 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/adamchainz/django-upgrade - rev: 1.5.0 + rev: 1.6.1 hooks: - id: django-upgrade args: [--target-version, "3.2"] @@ -43,7 +43,7 @@ repos: - id: prettier types_or: [javascript, css] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.14.0 + rev: v8.15.0 hooks: - id: eslint files: \.js?$