]> git.ipfire.org Git - thirdparty/patchwork.git/commit
trivial: Feed 'patchwork.migrations' through black
authorStephen Finucane <stephen@that.guru>
Thu, 19 Mar 2020 12:34:03 +0000 (12:34 +0000)
committerStephen Finucane <stephen@that.guru>
Thu, 19 Mar 2020 12:34:03 +0000 (12:34 +0000)
commitb44a77d230beaf4d70a9b0168dc204fd0fe02408
tree9b3ce588e38803848633f3b3e5b0a613482090cb
parent271d91341e0e9ebea13fcfc46fb2f68106753c66
trivial: Feed 'patchwork.migrations' through black

Include migrations in the flake8 checks, which should catch some simple
undefined variables errors.

Signed-off-by: Stephen Finucane <stephen@that.guru>
39 files changed:
patchwork/migrations/0001_initial.py
patchwork/migrations/0002_fix_patch_state_default_values.py
patchwork/migrations/0003_add_check_model.py
patchwork/migrations/0004_add_delegation_rule_model.py
patchwork/migrations/0005_unselectable_maintainer_projects.py
patchwork/migrations/0006_add_patch_diff.py
patchwork/migrations/0007_move_comment_content_to_patch_content.py
patchwork/migrations/0009_add_submission_model.py
patchwork/migrations/0010_migrate_data_from_submission_to_patch.py
patchwork/migrations/0011_remove_temp_fields.py
patchwork/migrations/0012_add_coverletter_model.py
patchwork/migrations/0013_slug_check_context.py
patchwork/migrations/0014_remove_userprofile_primary_project.py
patchwork/migrations/0015_add_series_models.py
patchwork/migrations/0016_series_project.py
patchwork/migrations/0017_improved_delegation_rule_docs.py
patchwork/migrations/0018_add_event_model.py
patchwork/migrations/0019_userprofile_show_ids.py
patchwork/migrations/0020_tag_show_column.py
patchwork/migrations/0021_django_1_10_fixes.py
patchwork/migrations/0022_add_subject_match_to_project.py
patchwork/migrations/0023_timezone_unify.py
patchwork/migrations/0024_patch_patch_project.py
patchwork/migrations/0025_add_regex_validators.py
patchwork/migrations/0026_add_user_bundles_backref.py
patchwork/migrations/0027_remove_series_ordering.py
patchwork/migrations/0028_add_comment_date_index.py
patchwork/migrations/0029_add_list_covering_index.py
patchwork/migrations/0030_add_submission_covering_index.py
patchwork/migrations/0031_add_patch_series_fields.py
patchwork/migrations/0032_migrate_data_from_series_patch_to_patch.py
patchwork/migrations/0033_remove_patch_series_model.py
patchwork/migrations/0034_project_list_archive_url.py
patchwork/migrations/0035_project_list_archive_url_format.py
patchwork/migrations/0036_project_commit_url_format.py
patchwork/migrations/0037_event_actor.py
patchwork/migrations/0038_state_slug.py
patchwork/migrations/0040_add_related_patches.py
tox.ini