From 64134ca1397c02e12b26fd2362affcdd969c8cd3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:43:39 +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/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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b510cf..bd8bca2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - 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 58495fa72c517d63988df2ca6a7a43fe39d0fdc8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:43:48 +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