[Core] Don't %-decode file URLs from DB #276
code-quality.yml
on: pull_request
Pylint
17s
Python formatting
15s
markdown-link-check
17s
Annotations
1 error and 3 warnings
Pylint
Pylint linter issues detected (disabled checks 'fixme')
2 warning
|
Pylint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: TheFoundryVisionmongers/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Linter warning W0611 (unused-import):
plugin/openassetio_manager_bal/bal.py#L36
Unused quote imported from urllib.parse
openassetio_manager_bal.bal (plugin/openassetio_manager_bal/bal.py:36:0)
|
Linter warning W0611 (unused-import):
plugin/openassetio_manager_bal/bal.py#L37
Unused url2pathname imported from urllib.request
openassetio_manager_bal.bal (plugin/openassetio_manager_bal/bal.py:37:0)
|