Skip to content

Add more enum usage #796

Add more enum usage

Add more enum usage #796

Triggered via push November 20, 2024 16:50
Status Success
Total duration 21s
Artifacts

validate.yml

on: push
Matrix: integration-test-fork
Matrix: integration-test-trusted
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Ruff (E721): src/onepassword/__init__.py#L29
src/onepassword/__init__.py:29:10: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (F401): src/onepassword/items.py#L3
src/onepassword/items.py:3:28: F401 `.core._invoke_sync` imported but unused
Ruff (F401): src/onepassword/secrets.py#L5
src/onepassword/secrets.py:5:23: F401 `.iterator.SDKIterator` imported but unused
Ruff (F401): src/onepassword/vaults.py#L3
src/onepassword/vaults.py:3:28: F401 `.core._invoke_sync` imported but unused
Lint
Process completed with exit code 1.
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/