Compare commits

..

2 commits

Author SHA1 Message Date
b0b7c4a0fe
Run Prek
All checks were successful
Deploy to Server / deploy (push) Successful in 12s
2026-03-29 16:55:59 +02:00
6b990b4c72
Update ruff-pre-commit dependency to version 0.15.8 2026-03-29 16:54:45 +02:00
3 changed files with 18 additions and 17 deletions

View file

@ -27,7 +27,7 @@ repos:
args: [--target-version, "6.0"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.5
rev: v0.15.8
hooks:
- id: ruff-check
args: ["--fix", "--exit-non-zero-on-fix"]

View file

@ -177,8 +177,9 @@ class Migration(migrations.Migration):
"verbose_name_plural": "Entries",
"indexes": [
django.contrib.postgres.indexes.GinIndex(
fields=["data"], name="feeds_entry_data_c87562_gin"
)
fields=["data"],
name="feeds_entry_data_c87562_gin",
),
],
"unique_together": {("feed", "entry_id", "content_hash")},
},

File diff suppressed because one or more lines are too long