pre-commit-ci[bot]
|
64b01d7762
|
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
|
4 months ago |
Joao-Pedro-P-Holanda
|
9513d48196
|
fix: type hinting get_security_scopes with typing List
using List from typing package, as python's list can't be subscriptable
in python 3.8
|
4 months ago |
Joao-Pedro-P-Holanda
|
55d8392d85
|
chore: adding type to get_security_scopes
adding type hint for get_security_scopes in
tests/test_security_oauth2_scopes.py
|
4 months ago |
Joao-Pedro-P-Holanda
|
872f59b4d6
|
fix: correcting redeclaration of function
changing function redeclaration in tests/test_security_oauth2_scopes.py
|
4 months ago |
Joao-Pedro-P-Holanda
|
33f7758db0
|
fix: removing Annotated usages
removing Annotated to keep compatibility with python 3.8
|
4 months ago |
pre-commit-ci[bot]
|
7ddaebfc58
|
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
|
4 months ago |
Joao-Pedro-P-Holanda
|
005d6e4b85
|
test: adding tests to security scopes verification
adding tests to validate an user scope created with a simple string or a
list of strings
|
4 months ago |