diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b089549..7f8e824 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace -- repo: https://github.com/psf/black - rev: 24.10.0 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.11.0 hooks: - id: black diff --git a/src/sphinx_tags/__init__.py b/src/sphinx_tags/__init__.py index 95e4e73..8156143 100644 --- a/src/sphinx_tags/__init__.py +++ b/src/sphinx_tags/__init__.py @@ -1,6 +1,4 @@ -"""Sphinx extension to create tags for documentation pages. - -""" +"""Sphinx extension to create tags for documentation pages.""" import os import re