Skip to content

Commit

Permalink
Run ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo committed May 31, 2024
1 parent 681e6c4 commit b49aced
Show file tree
Hide file tree
Showing 117 changed files with 99 additions and 172 deletions.
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 pontoon/actionlog/migrations/0002_auto_20200703_0709.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

dependencies = [
("actionlog", "0001_squashed_0002_auto_20200123_1843"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def delete_action_logs_for_pretranslations(apps, schema_editor):


class Migration(migrations.Migration):

dependencies = [
("actionlog", "0002_auto_20200703_0709"),
]
Expand Down
1 change: 1 addition & 0 deletions pontoon/allauth_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Because of concerns related to the security concerns it's a better to keep only selected
views and don't allow user to tamper with the state of an account.
"""

import importlib

from django.urls import path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = [
Expand Down
1 change: 0 additions & 1 deletion pontoon/base/migrations/0002_auto_20200322_1821.py
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,6 @@ def squashed_run_python(apps, schema_editor):


class Migration(migrations.Migration):

dependencies = [
("base", "0001_squashed_0154_auto_20200206_1736"),
("guardian", "__first__"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("base", "0002_auto_20200322_1821"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def make_projects_public(apps, schema_editor):


class Migration(migrations.Migration):

dependencies = [
("base", "0003_add_visibility_field_to_project"),
]
Expand Down
1 change: 0 additions & 1 deletion pontoon/base/migrations/0005_add_terminology_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ def remove_terminology_project(apps, schema_editor):


class Migration(migrations.Migration):

dependencies = [
("base", "0004_make_old_projects_public_again"),
("terminology", "0002_term_entity"),
Expand Down
1 change: 0 additions & 1 deletion pontoon/base/migrations/0006_auto_20200703_0710.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

dependencies = [
("base", "0005_add_terminology_project"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("base", "0006_auto_20200703_0710"),
]
Expand Down
1 change: 0 additions & 1 deletion pontoon/base/migrations/0008_add_systran_locales.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("base", "0007_machinery_sources_translation"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def revert_system_user_email(apps, schema_editor):


class Migration(migrations.Migration):

initial = True

dependencies = [
Expand Down
1 change: 0 additions & 1 deletion pontoon/base/migrations/0010_comment_pinned.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

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


class Migration(migrations.Migration):

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


class Migration(migrations.Migration):

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


class Migration(migrations.Migration):

dependencies = [
("base", "0012_auto_20201020_1830"),
]
Expand Down
1 change: 0 additions & 1 deletion pontoon/base/migrations/0014_auto_20210310_1945.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("base", "0013_transvision_remove"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

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


class Migration(migrations.Migration):

dependencies = [
("base", "0015_userprofile_has_dismissed_addon_promotion"),
]
Expand Down
1 change: 0 additions & 1 deletion pontoon/base/migrations/0017_entity_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("base", "0016_entity_key_required"),
]
Expand Down
1 change: 0 additions & 1 deletion pontoon/base/migrations/0018_populate_entity_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def remove_entity_context(apps, schema_editor):


class Migration(migrations.Migration):

dependencies = [
("base", "0017_entity_context"),
]
Expand Down
1 change: 0 additions & 1 deletion pontoon/base/migrations/0019_alter_locale_cldr_plurals.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

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


class Migration(migrations.Migration):

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


class Migration(migrations.Migration):

dependencies = [
("base", "0020_notification_subscriptions"),
]
Expand Down
1 change: 0 additions & 1 deletion pontoon/base/migrations/0022_reviewed_suggestions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("base", "0021_alter_repository_url"),
]
Expand Down
1 change: 0 additions & 1 deletion pontoon/base/migrations/0023_fuzzy_to_missing.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def fuzzy_to_missing(apps, schema_editor):


class Migration(migrations.Migration):

dependencies = [
("base", "0022_reviewed_suggestions"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
("base", "0023_fuzzy_to_missing"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ def remove_tm_entries_of_rejected(apps, schema_editor):


class Migration(migrations.Migration):

dependencies = [
("base", "0024_fuzzy_to_pretranslated_strings"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("base", "0025_remove_tm_entries_of_rejected"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def propagate_pretranslation_enabled(apps, schema_editor):


class Migration(migrations.Migration):

dependencies = [
("base", "0026_projectlocale_pretranslation_enabled"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

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


class Migration(migrations.Migration):

dependencies = [
("base", "0028_userprofile_new_contributor_notifications"),
]
Expand Down
1 change: 0 additions & 1 deletion pontoon/base/migrations/0030_userprofile_username.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

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


class Migration(migrations.Migration):

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


class Migration(migrations.Migration):

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


class Migration(migrations.Migration):

dependencies = [
("base", "0032_user_profile_visibility"),
]
Expand Down
1 change: 0 additions & 1 deletion pontoon/base/migrations/0034_rename_matrix_to_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

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


class Migration(migrations.Migration):

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


class Migration(migrations.Migration):

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


class Migration(migrations.Migration):

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


class Migration(migrations.Migration):

dependencies = [
("base", "0037_alter_locale_population"),
]
Expand Down
1 change: 0 additions & 1 deletion pontoon/base/migrations/0039_mark_system_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def revert_mark_system_users(apps, schema_editor):


class Migration(migrations.Migration):

initial = True

dependencies = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def remove_changed_entity_locale_entries_for_repository_projects(apps, schema_ed


class Migration(migrations.Migration):

initial = True

dependencies = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("base", "0040_remove_changed_entity_locale_entries_for_repository_projects"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("base", "0041_alter_userprofile_visibility_email"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

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


class Migration(migrations.Migration):

dependencies = [
("base", "0043_alter_locale_accesskey_localization"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("base", "0044_delete_subpage"),
]
Expand Down
1 change: 0 additions & 1 deletion pontoon/base/migrations/0046_projectslughistory.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("base", "0045_drop_project_links_url_width"),
]
Expand Down
Loading

0 comments on commit b49aced

Please sign in to comment.