Integrate fastapi-users
for user management
#1508
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 5 warnings
check (3.10)
Process completed with exit code 4.
|
Lint:
api/user_manager.py#L28
Number of parameters was 3 in 'BaseUserManager.on_after_login' and is now 4 in overridden 'UserManager.on_after_login' method
|
Lint:
api/user_manager.py#L32
Unused argument 'response'
|
Lint:
api/user_models.py#L24
Too many ancestors (13/7)
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check (3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|