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 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