Skip to content

Commit 1de1a7a

Browse files
[pre-commit.ci] pre-commit autoupdate (#1192)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ac2d3e6 commit 1de1a7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22

33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.4.5
4+
rev: v0.4.9
55
hooks:
66
- id: ruff
77
args: [--fix]

sphinx_needs/functions/functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from sphinx_needs.data import NeedsInfoType, SphinxNeedsData
2222
from sphinx_needs.debug import measure_time_func
2323
from sphinx_needs.logging import get_logger
24-
from sphinx_needs.utils import NEEDS_FUNCTIONS, match_variants # noqa: F401
24+
from sphinx_needs.utils import NEEDS_FUNCTIONS, match_variants
2525

2626
logger = get_logger(__name__)
2727
unicode = str

0 commit comments

Comments
 (0)