From 1de1a7a047bfc7912ea0aa779ffb187def7a5254 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:44:20 +0200 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#1192) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- sphinx_needs/functions/functions.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e3a38e000..53f579aca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.5 + rev: v0.4.9 hooks: - id: ruff args: [--fix] diff --git a/sphinx_needs/functions/functions.py b/sphinx_needs/functions/functions.py index a266bf0e0..0e94f1273 100644 --- a/sphinx_needs/functions/functions.py +++ b/sphinx_needs/functions/functions.py @@ -21,7 +21,7 @@ from sphinx_needs.data import NeedsInfoType, SphinxNeedsData from sphinx_needs.debug import measure_time_func from sphinx_needs.logging import get_logger -from sphinx_needs.utils import NEEDS_FUNCTIONS, match_variants # noqa: F401 +from sphinx_needs.utils import NEEDS_FUNCTIONS, match_variants logger = get_logger(__name__) unicode = str