Bump flask-mail from 0.9.1 to 0.10.0 #977
Annotations
13 errors and 12 warnings
build (ubuntu-latest)
Process completed with exit code 1.
|
build (ubuntu-latest):
src/application.py#L188
E501 line too long (104 > 90 characters)
|
build (ubuntu-latest):
src/application.py#L201
E501 line too long (96 > 90 characters)
|
build (ubuntu-latest):
src/application.py#L316
E501 line too long (100 > 90 characters)
|
build (ubuntu-latest):
src/application.py#L318
E501 line too long (96 > 90 characters)
|
build (ubuntu-latest):
src/application.py#L354
E501 line too long (94 > 90 characters)
|
build (ubuntu-latest):
src/application.py#L619
E501 line too long (94 > 90 characters)
|
build (ubuntu-latest):
src/application.py#L812
E501 line too long (93 > 90 characters)
|
build (ubuntu-latest):
src/application.py#L820
E501 line too long (93 > 90 characters)
|
build (ubuntu-latest):
src/helpers.py#L447
E128 continuation line under-indented for visual indent
|
build (ubuntu-latest):
src/helpers.py#L448
E128 continuation line under-indented for visual indent
|
build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
build (windows-latest)
The operation was canceled.
|
build (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2, rbialon/flake8-annotations@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (ubuntu-latest):
src/application.py#L205
W504 line break after binary operator
|
build (ubuntu-latest):
src/tests/test_contest.py#L348
W293 blank line contains whitespace
|
build (ubuntu-latest):
src/views/admin.py#L41
W504 line break after binary operator
|
build (ubuntu-latest):
src/views/api.py#L38
W504 line break after binary operator
|
build (ubuntu-latest):
src/views/contest.py#L210
C901 'contest_problem' is too complex (14)
|
build (ubuntu-latest):
src/views/contest.py#L319
C901 'edit_contest_problem' is too complex (12)
|
build (ubuntu-latest):
src/views/contest.py#L545
C901 'contest_add_problem' is too complex (17)
|
build (ubuntu-latest):
src/views/problem.py#L25
W504 line break after binary operator
|
build (ubuntu-latest):
src/views/problem.py#L108
W504 line break after binary operator
|
build (ubuntu-latest):
src/wsgi.py#L1
F401 'application.app' imported but unused
|