Update python-app.yml #926
Annotations
11 errors and 10 warnings
Test and generate coverage report with pytest
Process completed with exit code 1.
|
Lint with flake8:
src/application.py#L177
E501 line too long (104 > 90 characters)
|
Lint with flake8:
src/application.py#L190
E501 line too long (96 > 90 characters)
|
Lint with flake8:
src/application.py#L322
E501 line too long (100 > 90 characters)
|
Lint with flake8:
src/application.py#L326
E501 line too long (96 > 90 characters)
|
Lint with flake8:
src/application.py#L364
E501 line too long (94 > 90 characters)
|
Lint with flake8:
src/application.py#L630
E501 line too long (94 > 90 characters)
|
Lint with flake8:
src/application.py#L784
E501 line too long (93 > 90 characters)
|
Lint with flake8:
src/application.py#L792
E501 line too long (93 > 90 characters)
|
Lint with flake8:
src/migrate.py#L7
E501 line too long (106 > 90 characters)
|
Lint with flake8:
src/migrate.py#L9
E501 line too long (113 > 90 characters)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint with flake8:
src/application.py#L194
W504 line break after binary operator
|
Lint with flake8:
src/application.py#L274
C901 'register' is too complex (13)
|
Lint with flake8:
src/tests/test_instancer.py#L112
W292 no newline at end of file
|
Lint with flake8:
src/tests/test_register.py#L150
W292 no newline at end of file
|
Lint with flake8:
src/views/admin.py#L41
W504 line break after binary operator
|
Lint with flake8:
src/views/contest.py#L205
C901 'contest_problem' is too complex (12)
|
Lint with flake8:
src/views/contest.py#L313
C901 'edit_contest_problem' is too complex (14)
|
Lint with flake8:
src/views/contest.py#L501
C901 'contest_add_problem' is too complex (14)
|
Lint with flake8:
src/wsgi.py#L1
F401 'application.app' imported but unused
|
The logs for this run have expired and are no longer available.
Loading