From 913dd34cb77d8ebd7cbee0d38948e1252a9fec3a Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Mon, 15 Apr 2024 00:16:05 +0200 Subject: [PATCH 1/2] Remove unused requirements-txt-fixer and check-xml hooks --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1aee6b11..569c44fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,11 +13,9 @@ repos: - id: check-added-large-files - id: check-ast - id: check-merge-conflict - - id: check-xml - id: check-yaml - id: debug-statements - id: end-of-file-fixer - - id: requirements-txt-fixer - id: mixed-line-ending args: ['--fix=lf'] From 8303e5556b8c44c2de8b8c3fb37a8304a7e762aa Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Mon, 15 Apr 2024 00:16:46 +0200 Subject: [PATCH 2/2] Run pre-commit audoupdate --- .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 569c44fc..5afa1a81 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ exclude: ^src/labelle/_vendor/.*$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: no-commit-to-branch args: [--branch, master, --branch, main] @@ -20,7 +20,7 @@ repos: args: ['--fix=lf'] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.4 + rev: v0.3.7 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]