Update flake8 requirement from <5,>=3.8.4 to >=3.8.4,<8 #260
Annotations
1 error and 7 warnings
|
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/paths-filter@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
tests/bad_code.py#L2
F401: 'warnings' imported but unused
|
tests/bad_code.py#L5
F404: from __future__ imports must occur at the beginning of the file
|
tests/bad_code.py#L11
E303: too many blank lines (5)
|
tests/bad_code.py#L11
F821: undefined name 'name'
|
tests/bad_code.py#L13
F701: 'break' outside loop
|
|
The logs for this run have expired and are no longer available.
Loading