Skip to content

Integrate fastapi-users for user management #1564

Integrate fastapi-users for user management

Integrate fastapi-users for user management #1564

Triggered via pull request October 30, 2023 12:25
Status Success
Total duration 4m 28s
Artifacts

main.yml

on: pull_request
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
Lint: tests/e2e_tests/test_password_handler.py#L30
Module 'pytest' has no 'BEARER_TOKEN' member
Lint: tests/e2e_tests/test_user_creation.py#L11
Unable to import 'e2e_tests.conftest'
Lint: api/admin.py#L24
Argument name "db" doesn't conform to snake_case naming style
Lint: api/admin.py#L24
Missing function or method docstring
Lint: api/admin.py#L32
Argument name "db" doesn't conform to snake_case naming style
Lint: api/admin.py#L32
Missing function or method docstring
Lint: api/admin.py#L55
Missing function or method docstring
Lint: api/admin.py#L55
Redefining name 'args' from outer scope (line 75)
Lint: api/admin.py#L56
Variable name "db" doesn't conform to snake_case naming style
Lint: api/admin.py#L59
Unused variable 'user'
Lint: api/email_sender.py#L25
Too few public methods (1/2)
Lint: tests/unit_tests/test_whoami_handler.py#L1
Similar lines in 2 files
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/