Fix login->next #868
Annotations
10 errors and 11 warnings
src/application.py#L778
E501 line too long (93 > 90 characters)
|
src/application.py#L787
E501 line too long (93 > 90 characters)
|
src/helpers.py#L114
E302 expected 2 blank lines, found 1
|
src/migrate.py#L9
E501 line too long (106 > 90 characters)
|
src/migrate.py#L11
E501 line too long (154 > 90 characters)
|
src/migrate.py#L25
E501 line too long (91 > 90 characters)
|
src/migrate.py#L27
E501 line too long (93 > 90 characters)
|
src/migrate.py#L30
E501 line too long (93 > 90 characters)
|
src/migrate.py#L36
E501 line too long (93 > 90 characters)
|
src/tests/test_admin.py#L91
E501 line too long (117 > 90 characters)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/application.py#L4
F401 'shutil' imported but unused
|
src/application.py#L6
F401 'zipfile' imported but unused
|
src/application.py#L8
F401 'io.BytesIO' imported but unused
|
src/application.py#L11
F401 'flask.send_file' imported but unused
|
src/application.py#L116
W504 line break after binary operator
|
src/application.py#L121
W504 line break after binary operator
|
src/application.py#L197
W504 line break after binary operator
|
src/application.py#L277
C901 'register' is too complex (11)
|
src/tests/test_admin.py#L107
W293 blank line contains whitespace
|
src/tests/test_contest.py#L335
W391 blank line at end of file
|
The logs for this run have expired and are no longer available.
Loading