Closes #252 #984
Annotations
10 errors and 12 warnings
Lint with flake8:
src/application.py#L190
E501 line too long (104 > 90 characters)
|
Lint with flake8:
src/application.py#L203
E501 line too long (96 > 90 characters)
|
Lint with flake8:
src/application.py#L317
E501 line too long (100 > 90 characters)
|
Lint with flake8:
src/application.py#L319
E501 line too long (96 > 90 characters)
|
Lint with flake8:
src/application.py#L340
E501 line too long (101 > 90 characters)
|
Lint with flake8:
src/application.py#L351
E261 at least two spaces before inline comment
|
Lint with flake8:
src/application.py#L359
E501 line too long (121 > 90 characters)
|
Lint with flake8:
src/application.py#L380
E501 line too long (94 > 90 characters)
|
Lint with flake8:
src/application.py#L645
E501 line too long (94 > 90 characters)
|
Lint with flake8:
src/application.py#L838
E501 line too long (93 > 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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, rbialon/flake8-annotations@v1, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint with flake8:
src/application.py#L207
W504 line break after binary operator
|
Lint with flake8:
src/application.py#L341
F841 local variable 'e' is assigned to but never used
|
Lint with flake8:
src/daily_tasks.py#L23
W292 no newline at end of file
|
Lint with flake8:
src/tests/test_admin.py#L101
W293 blank line contains whitespace
|
Lint with flake8:
src/tests/test_contest.py#L348
W293 blank line contains whitespace
|
Lint with flake8:
src/tests/test_register.py#L220
W292 no newline at end of file
|
Lint with flake8:
src/views/admin.py#L46
W504 line break after binary operator
|
Lint with flake8:
src/views/api.py#L38
W504 line break after binary operator
|
Lint with flake8:
src/views/contest.py#L219
C901 'contest_problem' is too complex (14)
|
Lint with flake8:
src/views/contest.py#L327
C901 'edit_contest_problem' is too complex (12)
|
Loading