From 792e1384e2442864175f3d3e1f68f69bf869338f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 19:41:08 +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/charliermarsh/ruff-pre-commit: v0.0.269 → v0.0.272](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.269...v0.0.272) - [github.com/asottile/add-trailing-comma: v2.4.0 → v2.5.1](https://github.com/asottile/add-trailing-comma/compare/v2.4.0...v2.5.1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6aed4fc9..9f68929c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: pretty-format-ini args: [--autofix] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.269" # Must match requirements-dev.txt + rev: "v0.0.272" # Must match requirements-dev.txt hooks: - id: ruff args: [--fix] @@ -27,7 +27,7 @@ repos: hooks: - id: autopep8 - repo: https://github.com/asottile/add-trailing-comma - rev: v2.4.0 # Must match requirements-dev.txt + rev: v2.5.1 # Must match requirements-dev.txt hooks: - id: add-trailing-comma