flake8
failed.
JSHint
passed.
flake8
-
rbintegrations/circleci/forms.py (Diff revision 1) Show all issues
Review Request #12483 — Created July 21, 2022 and submitted
Information | |
---|---|
david | |
rbintegrations | |
release-3.x | |
Reviewers | |
rbintegrations | |
When we updated rbintegrations to work with Review Board 5.0, we only
really did the minimum required to make things work. Because
rbintegrations 3.0+ will only be used with Review Board 5.0+ / Django
3.2+ / Python 3.7+, we can do a lot more. This change updates the
codebase to handle some additional modernization tasks:
__future__
imports.django.conf.urls
to django.urls
and swap out url()
forpath()
.ugettext
to gettext
.Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+148 -622) |
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+156 -634) |