From 2e721ea20941c571c280d9a25281cddf823abddf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:49:26 +0000 Subject: [PATCH] pre-commit: bump repositories MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.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.254 → v0.6.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.254...v0.6.8) - [github.com/fsfe/reuse-tool: v1.1.2 → v4.0.3](https://github.com/fsfe/reuse-tool/compare/v1.1.2...v4.0.3) --- .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 0058cc2..3ffbd49 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-ast - id: check-builtin-literals @@ -23,13 +23,13 @@ repos: - id: end-of-file-fixer - id: fix-byte-order-marker - id: trailing-whitespace -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.254 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.6.8 hooks: - id: ruff args: [--fix, --format, grouped, --show-fixes] - repo: https://github.com/fsfe/reuse-tool - rev: v1.1.2 + rev: v4.0.3 hooks: - id: reuse name: add SPDX headers