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 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 """