From ac1e3568ee615ddc7ff5ea00612daabd2a6e77db Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 20:20:14 +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/macisamuele/language-formatters-pre-commit-hooks: v2.9.0 → v2.10.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.9.0...v2.10.0) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.269 → v0.0.278](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.269...v0.0.278) - [github.com/asottile/add-trailing-comma: v2.4.0 → v3.0.0](https://github.com/asottile/add-trailing-comma/compare/v2.4.0...v3.0.0) --- .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 6aed4fc9..77f5f885 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,12 +13,12 @@ repos: args: [--fix=crlf] - id: check-case-conflict - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.9.0 + rev: v2.10.0 hooks: - id: pretty-format-ini args: [--autofix] - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.269" # Must match requirements-dev.txt + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.0.278" # 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: v3.0.0 # Must match requirements-dev.txt hooks: - id: add-trailing-comma