From f96ee4f7a0189507349fb4aaa9c9239e0a7ccfce Mon Sep 17 00:00:00 2001 From: Trenton H Date: Mon, 10 Oct 2022 14:19:22 -0700 Subject: [PATCH] Updates the pre-commit hooks to ensure alignment with Pipfile --- .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 5f5a50432..4c5a9d483 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: - id: yesqa exclude: "(migrations)" - repo: https://github.com/asottile/add-trailing-comma - rev: "v2.2.3" + rev: "v2.3.0" hooks: - id: add-trailing-comma exclude: "(migrations)" @@ -59,11 +59,11 @@ repos: args: - "--config=./src/setup.cfg" - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 22.10.0 hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v2.38.1 + rev: v3.0.0 hooks: - id: pyupgrade exclude: "(migrations)"