From 5b0c83ae43f19911d32447a0a5c42eceddc5fe11 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 20:39:05 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.1](https://github.com/pycqa/isort/compare/5.13.2...6.0.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.0 → 25.1.0](https://github.com/psf/black/compare/24.4.0...25.1.0) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.1) - [github.com/pycqa/flake8: 7.0.0 → 7.2.0](https://github.com/pycqa/flake8/compare/7.0.0...7.2.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e151a30..9b4bf1dc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,13 +6,13 @@ repos: args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable'] - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort args: ["--profile", "black", "--filter-files"] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace exclude: ^docs/.*|.*.md @@ -20,18 +20,18 @@ repos: exclude: ^docs/.*|.*.md - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 25.1.0 hooks: - id: black language_version: python3 - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.37.1 hooks: - id: yamllint args: ["-d", "relaxed"] - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.2.0 hooks: - id: flake8 From def40cbf63a298d8cc810a7c04db757fdcbd55e2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 20:39:17 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- view_breadcrumbs/templatetags/view_breadcrumbs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view_breadcrumbs/templatetags/view_breadcrumbs.py b/view_breadcrumbs/templatetags/view_breadcrumbs.py index aed8cdbe..062b0fde 100644 --- a/view_breadcrumbs/templatetags/view_breadcrumbs.py +++ b/view_breadcrumbs/templatetags/view_breadcrumbs.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - :copyright: Copyright 2013 by Łukasz Mierzwa - :contact: l.mierzwa@gmail.com +:copyright: Copyright 2013 by Łukasz Mierzwa +:contact: l.mierzwa@gmail.com """