From 940dbb84976ca9d1a29b7d30c59495ca2bbfeb60 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 17:48:25 +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.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.32.1 → v2.38.0](https://github.com/asottile/pyupgrade/compare/v2.32.1...v2.38.0) - [github.com/psf/black: 22.3.0 → 22.8.0](https://github.com/psf/black/compare/22.3.0...22.8.0) - [github.com/Lucas-C/pre-commit-hooks: v1.1.14 → v1.3.1](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.1.14...v1.3.1) --- .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 d75a2809..4605352c 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.3.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: v2.38.0 hooks: - id: pyupgrade exclude: ^pii_processing/ @@ -47,14 +47,14 @@ 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: 22.8.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.3.1 hooks: - id: remove-tabs exclude: ^(pii_processing|.*Makefile)