Add permission expiry (#246) #985
Annotations
10 errors and 12 warnings
Lint with flake8:
src/application.py#L128
E302 expected 2 blank lines, found 1
|
Lint with flake8:
src/application.py#L138
E501 line too long (125 > 90 characters)
|
Lint with flake8:
src/application.py#L144
E302 expected 2 blank lines, found 1
|
Lint with flake8:
src/application.py#L216
E501 line too long (104 > 90 characters)
|
Lint with flake8:
src/application.py#L229
E501 line too long (96 > 90 characters)
|
Lint with flake8:
src/application.py#L344
E501 line too long (100 > 90 characters)
|
Lint with flake8:
src/application.py#L346
E501 line too long (96 > 90 characters)
|
Lint with flake8:
src/application.py#L367
E501 line too long (101 > 90 characters)
|
Lint with flake8:
src/application.py#L378
E261 at least two spaces before inline comment
|
Lint with flake8:
src/application.py#L386
E501 line too long (121 > 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#L151
W293 blank line contains whitespace
|
Lint with flake8:
src/application.py#L233
W504 line break after binary operator
|
Lint with flake8:
src/application.py#L368
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)
|
Loading