From 3caee449dc555f0298e6a39f0d9f096226f8de9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 15:22:24 +0000 Subject: [PATCH] chore(deps): update pre-commit hook rcmdnk/pyproject-pre-commit to v0.3.5 | datasource | package | from | to | | ----------- | --------------------------- | ------ | ------ | | github-tags | rcmdnk/pyproject-pre-commit | v0.3.4 | v0.3.5 | --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c4ed0b3a..08a58010 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ default_stages: [pre-commit] repos: - repo: https://github.com/rcmdnk/pyproject-pre-commit - rev: v0.3.4 + rev: v0.3.5 hooks: - id: ruff-lint-diff stages: [pre-commit]