Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -11,7 +11,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.11.12
rev: v0.14.0
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 0 additions & 2 deletions eav/models/attribute.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# ruff: noqa: UP007

from __future__ import annotations

import warnings
Expand Down
1 change: 0 additions & 1 deletion eav/models/value.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# ruff: noqa: UP007
from __future__ import annotations

from typing import TYPE_CHECKING, ClassVar, Optional
Expand Down
Loading