Consolidate SQL schema #936
Annotations
10 errors and 7 warnings
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#L305
E501 line too long (100 > 90 characters)
|
Lint with flake8:
src/application.py#L307
E501 line too long (96 > 90 characters)
|
Lint with flake8:
src/application.py#L343
E501 line too long (94 > 90 characters)
|
Lint with flake8:
src/application.py#L609
E501 line too long (94 > 90 characters)
|
Lint with flake8:
src/application.py#L760
E501 line too long (93 > 90 characters)
|
Lint with flake8:
src/application.py#L768
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, 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/
|
Lint with flake8:
src/application.py#L194
W504 line break after binary operator
|
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