Skip to content

Commit 17485ea

Browse files
[pre-commit.ci] pre-commit autoupdate (#170)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/mgedmin/check-manifest: 0.49 → 0.51](mgedmin/check-manifest@0.49...0.51) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 25.12.0](psf/black-pre-commit-mirror@24.8.0...25.12.0) - [github.com/PyCQA/pylint: v3.2.6 → v4.0.4](pylint-dev/pylint@v3.2.6...v4.0.4) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b573a2f commit 17485ea

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22

33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v6.0.0
55
hooks:
66
- id: check-json
77
- id: check-yaml
@@ -11,17 +11,17 @@ repos:
1111
".xml"
1212

1313
- repo: https://github.com/mgedmin/check-manifest
14-
rev: "0.49"
14+
rev: "0.51"
1515
hooks:
1616
- id: check-manifest
1717

18-
- repo: https://github.com/psf/black
19-
rev: 24.8.0
18+
- repo: https://github.com/psf/black-pre-commit-mirror
19+
rev: 25.12.0
2020
hooks:
2121
- id: black
2222

2323
- repo: https://github.com/PyCQA/pylint
24-
rev: v3.2.6
24+
rev: v4.0.4
2525
hooks:
2626
- id: pylint
2727
args:

sphinx_tabs/tabs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Tabbed views for Sphinx, with HTML builder """
1+
"""Tabbed views for Sphinx, with HTML builder"""
22

33
import base64
44
from pathlib import Path

0 commit comments

Comments
 (0)