Deprecate Python-jose and migrate okta to python_social_auth #3362
Triggered via pull request
May 14, 2024 07:20
manuel-sommer
synchronize
#10117
Status
Failure
Total duration
26s
Artifacts
–
Annotations
4 errors and 3 notices
Ruff (E402):
dojo/okta.py#L10
dojo/okta.py:10:1: E402 Module level import not at top of file
|
Ruff (E402):
dojo/okta.py#L12
dojo/okta.py:12:1: E402 Module level import not at top of file
|
Ruff (W292):
dojo/okta.py#L81
dojo/okta.py:81:10: W292 No newline at end of file
|
ruff-linting
Process completed with exit code 1.
|
dojo/okta.py#L10
module level import not at top of file (E402)
|
dojo/okta.py#L12
module level import not at top of file (E402)
|
dojo/okta.py#L81
no newline at end of file (W292)
|