Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 4, 2023
1 parent f8125ca commit 8aa4353
Show file tree
Hide file tree
Showing 52 changed files with 0 additions and 54 deletions.
1 change: 0 additions & 1 deletion core/file_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def safe_join(base, *paths):
and normcase(final_path) != normcase(base_path)
and dirname(normcase(base_path)) != normcase(base_path)
):

if settings.DATAREGISTRY_MEDIA_ROOT:
# Validate with DATAREGISTRY_MEDIA_ROOT
data_registry_path = abspath(settings.DATAREGISTRY_MEDIA_ROOT)
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = []
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0002_auto_20210310_1049.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0001_initial"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0003_auto_20210310_1117.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0002_auto_20210310_1049"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0004_auto_20210310_1121.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0003_auto_20210310_1117"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0005_auto_20210310_1125.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0004_auto_20210310_1121"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0006_auto_20210310_1259.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0005_auto_20210310_1125"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0007_auto_20210311_1308.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0006_auto_20210310_1259"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0008_upload_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0007_auto_20210311_1308"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0009_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0008_upload_status"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0010_auto_20210317_1024.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0009_url"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0011_auto_20210317_1137.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0010_auto_20210317_1024"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0012_auto_20210318_1411.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0011_auto_20210317_1137"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0013_auto_20210318_1415.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0012_auto_20210318_1411"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0014_auto_20210319_1156.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0013_auto_20210318_1415"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0015_auto_20210319_1157.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0014_auto_20210319_1156"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0016_auto_20210322_1416.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0015_auto_20210319_1157"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0017_auto_20210323_0638.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0016_auto_20210322_1416"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0018_table_splitted.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0017_auto_20210323_0638"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0019_table_included.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0018_table_splitted"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0020_auto_20210405_0538.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0019_table_included"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0021_upload_analyzed_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0020_auto_20210405_0538"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0022_auto_20210408_0746.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0021_upload_analyzed_file"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0023_alter_table_array_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0022_auto_20210408_0746"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0024_auto_20210409_0723.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0023_alter_table_array_tables"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0025_alter_table_column_headings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0024_auto_20210409_0723"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0026_auto_20210415_0822.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0025_alter_table_column_headings"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0027_auto_20210416_0927.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0026_auto_20210415_0822"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0028_table_column_headings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0027_auto_20210416_0927"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0029_auto_20210416_1149.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0028_table_column_headings"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0030_alter_flatten_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0029_auto_20210416_1149"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0031_alter_flatten_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0030_alter_flatten_file"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0032_auto_20210428_1147.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0031_alter_flatten_file"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0033_alter_table_heading.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0032_auto_20210428_1147"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0034_auto_20210429_1227.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0033_alter_table_heading"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0035_alter_dataselection_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0034_auto_20210429_1227"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0036_dataselection_kind.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0035_alter_dataselection_tables"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0037_auto_20210607_1429.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0036_dataselection_kind"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0038_auto_20210623_0914.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0037_auto_20210607_1429"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0039_auto_20210707_1135.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0038_auto_20210623_0914"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0040_auto_20210713_1235.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0039_auto_20210707_1135"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0041_auto_20210827_0732.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0040_auto_20210713_1235"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0042_alter_url_author.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
("core", "0041_auto_20210827_0732"),
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0043_table_parent.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0042_alter_url_author"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0044_table_mergeable.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0043_table_parent"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0045_table_should_split.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0044_table_mergeable"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0046_alter_url_country.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0045_table_should_split"),
]
Expand Down
1 change: 0 additions & 1 deletion core/migrations/0047_auto_20220405_2128.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("core", "0046_alter_url_country"),
]
Expand Down

0 comments on commit 8aa4353

Please sign in to comment.