From 029ab04197cf655d274bb66733c23e35b4fe442a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 21:39:25 +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/PyCQA/isort: 7.0.0 → 8.0.0](https://github.com/PyCQA/isort/compare/7.0.0...8.0.0) - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/25.12.0...26.1.0) --- .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 4b510cf..2b3138e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,12 +9,12 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/PyCQA/isort - rev: 7.0.0 + rev: 8.0.0 hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.12.0 + rev: 26.1.0 hooks: - id: black language_version: python3 From 92bd536d494c01c62a4932ebeb63309f5878f9a9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 21:39:35 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- debunkbot/migrations/0027_auto_20220303_0730.py | 6 ++---- manage.py | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debunkbot/migrations/0027_auto_20220303_0730.py b/debunkbot/migrations/0027_auto_20220303_0730.py index bdfb48d..7a5fc42 100644 --- a/debunkbot/migrations/0027_auto_20220303_0730.py +++ b/debunkbot/migrations/0027_auto_20220303_0730.py @@ -12,10 +12,8 @@ class Migration(migrations.Migration): migrations.AlterField( model_name="googlesheetcredentials", name="credentials", - field=models.JSONField( - help_text="The service account key needed by \ - the application to access Google Sheet data." - ), + field=models.JSONField(help_text="The service account key needed by \ + the application to access Google Sheet data."), ), migrations.AlterField( model_name="impact", diff --git a/manage.py b/manage.py index 8003a14..4a784ee 100755 --- a/manage.py +++ b/manage.py @@ -1,5 +1,6 @@ #!/usr/bin/env python """Django's command-line utility for administrative tasks.""" + import os import sys