From ead8f6203bb767daeb157adb9c8f929ce3f20505 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:42:37 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.15.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.12...v0.15.5) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1a1d1bd..1b05d70 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ # See https://pre-commit.com for more information repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,7 +11,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.11.12 + rev: v0.15.5 hooks: # Run the linter. - id: ruff From fad18fa7b695de2d761bc00d9637f5f60f5c9acf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:43:05 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- eav/models/attribute.py | 2 -- eav/models/value.py | 1 - 2 files changed, 3 deletions(-) diff --git a/eav/models/attribute.py b/eav/models/attribute.py index 1f52e7d..61dc8a7 100644 --- a/eav/models/attribute.py +++ b/eav/models/attribute.py @@ -1,5 +1,3 @@ -# ruff: noqa: UP007 - from __future__ import annotations import warnings diff --git a/eav/models/value.py b/eav/models/value.py index 5d8c0fd..a30f67e 100644 --- a/eav/models/value.py +++ b/eav/models/value.py @@ -1,4 +1,3 @@ -# ruff: noqa: UP007 from __future__ import annotations from typing import TYPE_CHECKING, ClassVar, Optional