Skip to content

Commit b98d120

Browse files
[pre-commit.ci] pre-commit autoupdate (#95)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2) * [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 b8918e3 commit b98d120

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/psf/black
9-
rev: 23.12.1
9+
rev: 24.4.2
1010
hooks:
1111
- id: black

src/sphinx_tags/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Sphinx extension to create tags for documentation pages.
22
33
"""
4+
45
import os
56
import re
67
from fnmatch import fnmatch

test/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* This subdirectory must contain a conf.py and source files
99
* The `outputs` dir contains expected output files
1010
"""
11+
1112
import shutil
1213
from os import symlink
1314
from pathlib import Path

test/test_badges.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""General tests for tag index and tag pages"""
2+
23
from io import StringIO
34
from pathlib import Path
45
from test.conftest import OUTPUT_ROOT_DIR

test/test_general_tags.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""General tests for tag index and tag pages"""
2+
23
from io import StringIO
34
from pathlib import Path
45
from unittest.mock import MagicMock

0 commit comments

Comments
 (0)