We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2d3e6 commit 1de1a7aCopy full SHA for 1de1a7a
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.4.5
+ rev: v0.4.9
5
hooks:
6
- id: ruff
7
args: [--fix]
sphinx_needs/functions/functions.py
@@ -21,7 +21,7 @@
21
from sphinx_needs.data import NeedsInfoType, SphinxNeedsData
22
from sphinx_needs.debug import measure_time_func
23
from sphinx_needs.logging import get_logger
24
-from sphinx_needs.utils import NEEDS_FUNCTIONS, match_variants # noqa: F401
+from sphinx_needs.utils import NEEDS_FUNCTIONS, match_variants
25
26
logger = get_logger(__name__)
27
unicode = str
0 commit comments