From ddaef2cbf9ce9da5384cd50f7ffebf81bb79fc78 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 19:46:34 +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/asottile/pyupgrade: v2.25.0 → v2.26.0](https://github.com/asottile/pyupgrade/compare/v2.25.0...v2.26.0) - [github.com/pre-commit/mirrors-prettier: v2.3.2 → v2.4.0](https://github.com/pre-commit/mirrors-prettier/compare/v2.3.2...v2.4.0) - [github.com/openstack-dev/bashate.git: 2.0.0 → 2.1.0](https://github.com/openstack-dev/bashate.git/compare/2.0.0...2.1.0) --- .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 18352125..cc63fe4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: # Autoupdate: Python code - repo: https://github.com/asottile/pyupgrade - rev: v2.25.0 + rev: v2.26.0 hooks: - id: pyupgrade args: [--py39-plus] @@ -19,7 +19,7 @@ repos: # Autoformat: YAML, JSON, Markdown, etc. - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.3.2 + rev: v2.4.0 hooks: - id: prettier @@ -39,7 +39,7 @@ repos: # Lint: Bash scripts - repo: https://github.com/openstack-dev/bashate.git - rev: 2.0.0 + rev: 2.1.0 hooks: - id: bashate args: ["--ignore=E006"]