Bump version 0.0.1 → 0.1.0 #2
Annotations
26 errors and 4 warnings
Ruff (TC003):
src/fsspec_httpx/filesystem.py#L6
src/fsspec_httpx/filesystem.py:6:29: TC003 Move standard library import `collections.abc.Mapping` into a type-checking block
|
Ruff (TRY300):
src/fsspec_httpx/filesystem.py#L106
src/fsspec_httpx/filesystem.py:106:17: TRY300 Consider moving this statement to an `else` block
|
Ruff (PLR2004):
src/fsspec_httpx/filesystem.py#L126
src/fsspec_httpx/filesystem.py:126:34: PLR2004 Magic value used in comparison, consider replacing `7` with a constant variable
|
Ruff (PTH120):
src/fsspec_httpx/filesystem.py#L185
src/fsspec_httpx/filesystem.py:185:25: PTH120 `os.path.dirname()` should be replaced by `Path.parent`
|
Ruff (SIM115):
src/fsspec_httpx/filesystem.py#L279
src/fsspec_httpx/filesystem.py:279:51: SIM115 Use a context manager for opening files
|
Ruff (PTH123):
src/fsspec_httpx/filesystem.py#L279
src/fsspec_httpx/filesystem.py:279:51: PTH123 `open()` should be replaced by `Path.open()`
|
Ruff (PTH123):
src/fsspec_httpx/filesystem.py#L308
src/fsspec_httpx/filesystem.py:308:27: PTH123 `open()` should be replaced by `Path.open()`
|
Ruff (EM101):
src/fsspec_httpx/filesystem.py#L812
src/fsspec_httpx/filesystem.py:812:30: EM101 Exception must not use a string literal, assign to variable first
|
Ruff (PTH123):
src/fsspec_httpx/filesystem.py#L854
src/fsspec_httpx/filesystem.py:854:14: PTH123 `open()` should be replaced by `Path.open()`
|
Ruff (B026):
src/fsspec_httpx/filesystem.py#L928
src/fsspec_httpx/filesystem.py:928:55: B026 Star-arg unpacking after a keyword argument is strongly discouraged
|
test (3.14, ubuntu-latest)
The job was canceled because "_3_12_ubuntu-latest" failed.
|
test (3.14, ubuntu-latest)
The operation was canceled.
|
test (3.13, ubuntu-latest)
The job was canceled because "_3_12_ubuntu-latest" failed.
|
test (3.13, ubuntu-latest)
The operation was canceled.
|
test (3.12, macos-latest)
The job was canceled because "_3_12_ubuntu-latest" failed.
|
test (3.12, macos-latest)
The operation was canceled.
|
test (3.14, windows-latest)
The job was canceled because "_3_12_ubuntu-latest" failed.
|
test (3.14, windows-latest)
The operation was canceled.
|
test (3.14, macos-latest)
The job was canceled because "_3_12_ubuntu-latest" failed.
|
test (3.14, macos-latest)
The operation was canceled.
|
test (3.12, windows-latest)
The job was canceled because "_3_12_ubuntu-latest" failed.
|
test (3.12, windows-latest)
The operation was canceled.
|
test (3.13, windows-latest)
The job was canceled because "_3_12_ubuntu-latest" failed.
|
test (3.13, windows-latest)
The operation was canceled.
|
test (3.13, macos-latest)
The job was canceled because "_3_12_ubuntu-latest" failed.
|
test (3.13, macos-latest)
The operation was canceled.
|
test (3.12, ubuntu-latest)
Could not parse version from /home/runner/work/fsspec-httpx/fsspec-httpx/pyproject.toml. Using latest version.
|
test (3.12, ubuntu-latest)
Cache not found for keys: setup-uv-1-x86_64-unknown-linux-gnu-3.12.9-dba671ce0c3030484450366c2ae7ed7881efa37555a4ddc978f8ff41f82303ae-py3.12
|
test (3.13, ubuntu-latest)
Cache not found for keys: setup-uv-1-x86_64-unknown-linux-gnu-3.13.2-dba671ce0c3030484450366c2ae7ed7881efa37555a4ddc978f8ff41f82303ae-py3.13
|
test (3.13, macos-latest)
Cache not found for keys: setup-uv-1-aarch64-apple-darwin-3.13.1-dba671ce0c3030484450366c2ae7ed7881efa37555a4ddc978f8ff41f82303ae-py3.13
|