Skip to content

Commit 8bbb08f

Browse files
authored
Merge pull request #216 from CodeForAfrica/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 25dfaca + 92bd536 commit 8bbb08f

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ repos:
99
args: [--markdown-linebreak-ext=md]
1010

1111
- repo: https://github.com/PyCQA/isort
12-
rev: 7.0.0
12+
rev: 8.0.0
1313
hooks:
1414
- id: isort
1515

1616
- repo: https://github.com/psf/black-pre-commit-mirror
17-
rev: 25.12.0
17+
rev: 26.1.0
1818
hooks:
1919
- id: black
2020
language_version: python3

debunkbot/migrations/0027_auto_20220303_0730.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ class Migration(migrations.Migration):
1212
migrations.AlterField(
1313
model_name="googlesheetcredentials",
1414
name="credentials",
15-
field=models.JSONField(
16-
help_text="The service account key needed by \
17-
the application to access Google Sheet data."
18-
),
15+
field=models.JSONField(help_text="The service account key needed by \
16+
the application to access Google Sheet data."),
1917
),
2018
migrations.AlterField(
2119
model_name="impact",

manage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python
22
"""Django's command-line utility for administrative tasks."""
3+
34
import os
45
import sys
56

0 commit comments

Comments
 (0)