Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion sphinx_tabs/tabs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Tabbed views for Sphinx, with HTML builder """
"""Tabbed views for Sphinx, with HTML builder"""

import base64
from pathlib import Path
Expand Down
Loading