diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e7533b..1cd17cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: check-json - id: check-yaml @@ -11,17 +11,17 @@ repos: ".xml" - repo: https://github.com/mgedmin/check-manifest - rev: "0.49" + rev: "0.50" hooks: - id: check-manifest - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/PyCQA/pylint - rev: v3.2.6 + rev: v3.3.8 hooks: - id: pylint args: diff --git a/sphinx_tabs/tabs.py b/sphinx_tabs/tabs.py index aa04138..59f2439 100644 --- a/sphinx_tabs/tabs.py +++ b/sphinx_tabs/tabs.py @@ -1,4 +1,4 @@ -""" Tabbed views for Sphinx, with HTML builder """ +"""Tabbed views for Sphinx, with HTML builder""" import base64 from pathlib import Path