File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22"""Django's command-line utility for administrative tasks."""
3+
34import os
45import sys
56
You can’t perform that action at this time.
0 commit comments