From 8818e1942245e8ab19bd35cbc45e570c450c6311 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 18:56:41 +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/pre-commit/pre-commit-hooks: v4.2.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.4.0) - [github.com/asottile/pyupgrade: v2.32.1 → v3.7.0](https://github.com/asottile/pyupgrade/compare/v2.32.1...v3.7.0) - [github.com/psf/black: 22.3.0 → 23.3.0](https://github.com/psf/black/compare/22.3.0...23.3.0) - [github.com/Lucas-C/pre-commit-hooks: v1.1.14 → v1.5.1](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.1.14...v1.5.1) - [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.9.0.5](https://github.com/shellcheck-py/shellcheck-py/compare/v0.8.0.4...v0.9.0.5) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d75a2809..dc084934 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: # Standard hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.4.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -35,7 +35,7 @@ repos: exclude: ^pii_processing/ - repo: https://github.com/asottile/pyupgrade - rev: v2.32.1 + rev: v3.7.0 hooks: - id: pyupgrade exclude: ^pii_processing/ @@ -47,20 +47,20 @@ repos: # Black, the code formatter, natively supports pre-commit - repo: https://github.com/psf/black - rev: 22.3.0 # Keep in sync with blacken-docs + rev: 23.3.0 # Keep in sync with blacken-docs hooks: - id: black exclude: ^pii_processing/ # Changes tabs to spaces - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.14 + rev: v1.5.1 hooks: - id: remove-tabs exclude: ^(pii_processing|.*Makefile) - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.8.0.4 + rev: v0.9.0.5 hooks: - id: shellcheck exclude: ^(pii_processing/|cc_pseudo_crawl)