Bump ruff from 0.8.6 to 0.9.0 #400
Annotations
8 errors and 1 warning
Run ruff linter:
docs/conf.py#L211
docs/conf.py:211:9: FURB188 Prefer `str.removesuffix()` over conditionally replacing with slice.
|
Run ruff linter:
mcproto/types/abc.py#L1
mcproto/types/abc.py:1:1: A005 Module `abc` shadows a Python standard-library module
|
Run ruff linter:
mcproto/types/uuid.py#L1
mcproto/types/uuid.py:1:1: A005 Module `uuid` shadows a Python standard-library module
|
Run ruff linter:
mcproto/utils/abc.py#L1
mcproto/utils/abc.py:1:1: A005 Module `abc` shadows a Python standard-library module
|
Run ruff linter:
tests/mcproto/protocol/test_base_io.py#L171
tests/mcproto/protocol/test_base_io.py:171:4: PYI006 Use `<` or `>=` for `sys.version_info` comparisons
|
Run ruff linter:
tests/mcproto/protocol/test_base_io.py#L604
tests/mcproto/protocol/test_base_io.py:604:4: PYI006 Use `<` or `>=` for `sys.version_info` comparisons
|
Run ruff linter:
tests/mcproto/test_multiplayer.py#L10
tests/mcproto/test_multiplayer.py:10:4: PYI006 Use `<` or `>=` for `sys.version_info` comparisons
|
Run ruff linter
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading