chore: added ruff linter #27
Annotations
6 errors and 1 warning
Ruff (F403):
rfc1924/tests/test_rfc1924.py#L1
rfc1924/tests/test_rfc1924.py:1:1: F403 `from rfc1924 import *` used; unable to detect undefined names
|
Ruff (F401):
rfc1924/tests/test_rfc1924.py#L2
rfc1924/tests/test_rfc1924.py:2:8: F401 `pytest` imported but unused
|
Ruff (F405):
rfc1924/tests/test_rfc1924.py#L5
rfc1924/tests/test_rfc1924.py:5:12: F405 `encode` may be undefined, or defined from star imports
|
Ruff (F405):
rfc1924/tests/test_rfc1924.py#L8
rfc1924/tests/test_rfc1924.py:8:12: F405 `decode` may be undefined, or defined from star imports
|
Ruff (F405):
rfc1924/tests/test_rfc1924.py#L11
rfc1924/tests/test_rfc1924.py:11:13: F405 `savings` may be undefined, or defined from star imports
|
test
The process '/opt/hostedtoolcache/ruff/0.8.0/x86_64/ruff' failed with exit code 1
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|