]> git.ipfire.org Git - thirdparty/patchwork.git/commit
black: address check failures against 23.1.0
authorYou-Sheng Yang <vicamo@gmail.com>
Thu, 6 Apr 2023 16:10:41 +0000 (00:10 +0800)
committerStephen Finucane <stephenfinucane@hotmail.com>
Thu, 6 Apr 2023 16:36:50 +0000 (17:36 +0100)
commit29eb2ac77428c3494cea021073d078c09b357322
treedba8bc6127df6c7de47e4367fab724fabae1ca97
parent5d63f97fefad90485d0041cbe822ed1a5d446e88
black: address check failures against 23.1.0

Signed-off-by: You-Sheng Yang <vicamo@gmail.com>
79 files changed:
patchwork/api/bundle.py
patchwork/api/check.py
patchwork/api/comment.py
patchwork/api/cover.py
patchwork/api/embedded.py
patchwork/api/event.py
patchwork/api/filters.py
patchwork/api/patch.py
patchwork/api/person.py
patchwork/api/project.py
patchwork/api/series.py
patchwork/api/user.py
patchwork/apps.py
patchwork/filters.py
patchwork/forms.py
patchwork/management/commands/cron.py
patchwork/migrations/0001_initial.py
patchwork/migrations/0001_squashed_0040_add_related_patches.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/0008_add_email_mixin.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/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/0039_unique_series_references.py
patchwork/migrations/0040_add_related_patches.py
patchwork/migrations/0041_python3.py
patchwork/migrations/0042_add_cover_model.py
patchwork/migrations/0043_merge_patch_submission.py
patchwork/migrations/0044_add_project_linkname_validation.py
patchwork/migrations/0045_addressed_fields.py
patchwork/migrations/0046_patch_comment_events.py
patchwork/models.py
patchwork/notifications.py
patchwork/paginator.py
patchwork/parser.py
patchwork/signals.py
patchwork/templatetags/listurl.py
patchwork/templatetags/person.py
patchwork/templatetags/syntax.py
patchwork/tests/api/utils.py
patchwork/tests/test_parser.py
patchwork/tests/test_tags.py
patchwork/tests/test_xmlrpc.py
patchwork/tests/views/test_bundles.py
patchwork/tests/views/test_patch.py
patchwork/views/__init__.py
patchwork/views/notification.py
patchwork/views/xmlrpc.py