Replace dateutil.tz with ZoneInfo and tzlocal for better cross-platform compatibility. #33
package.yaml
on: pull_request
Matrix: build
Matrix: test-py36
Matrix: test
Annotations
7 errors and 1 warning
Ruff (F401):
src/clp_logging/handlers.py#L7
src/clp_logging/handlers.py:7:22: F401 `datetime.tzinfo` imported but unused
|
Ruff (I001):
src/clp_logging/readers.py#L1
src/clp_logging/readers.py:1:1: I001 Import block is un-sorted or un-formatted
|
build (3.11)
Process completed with exit code 1.
|
build (3.8)
The job was canceled because "_3_11" failed.
|
Ruff (F401):
src/clp_logging/handlers.py#L7
src/clp_logging/handlers.py:7:22: F401 `datetime.tzinfo` imported but unused
|
Ruff (I001):
src/clp_logging/readers.py#L1
src/clp_logging/readers.py:1:1: I001 Import block is un-sorted or un-formatted
|
build (3.8)
Process completed with exit code 1.
|
build (3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|