Skip to content

Initial tests for mentions listener and minor corrections #35

Initial tests for mentions listener and minor corrections

Initial tests for mentions listener and minor corrections #35

Triggered via pull request March 6, 2024 13:26
Status Failure
Total duration 45s
Billable time 1m
Artifacts

flake8.yml

on: pull_request
Matrix: Flake8
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 5 warnings
Flake8 (3.10): tests/lib/test_mentions_listener.py#L77
E302 expected 2 blank lines, found 1
Flake8 (3.10): tests/lib/test_mentions_listener.py#L91
E302 expected 2 blank lines, found 1
Flake8 (3.10): tests/lib/test_mentions_listener.py#L106
E302 expected 2 blank lines, found 1
Flake8 (3.10): tests/lib/test_mentions_listener.py#L121
E302 expected 2 blank lines, found 1
Flake8 (3.10): tests/lib/test_mentions_listener.py#L143
E302 expected 2 blank lines, found 1
Flake8 (3.10)
Process completed with exit code 2.
Flake8 (3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2, Gr1N/setup-poetry@v8, rbialon/flake8-annotations@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Flake8 (3.10)
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/
Flake8 (3.10): tests/lib/test_mentions_listener.py#L7
F401 'logging.getLogger' imported but unused
Flake8 (3.10): tests/lib/test_mentions_listener.py#L88
W293 blank line contains whitespace
Flake8 (3.10): tests/lib/test_mentions_listener.py#L156
W292 no newline at end of file