Skip to content

chore: update install section

3239cae
Select commit
Loading
Failed to load commit list.
Merged

feature/aiocache #326

chore: update install section
3239cae
Select commit
Loading
Failed to load commit list.
Codeac.io / Codeac Code Quality succeeded Apr 3, 2025 in 36s

Codeac Code Quality

This PR contains 12 errors and 4 warnings.

Annotations

Check warning on line 23 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 24 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 37 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 38 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 49 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 65 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 81 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 95 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 110 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 126 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 140 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 155 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 171 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 186 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 201 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 218 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 234 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 252 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 268 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 282 in tests/test_main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check failure on line 8 in main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

import-error

Unable to import 'fastapi'

Check failure on line 7 in data/player_database.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

import-error

Unable to import 'sqlalchemy.ext.asyncio'

Check failure on line 8 in data/player_database.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

import-error

Unable to import 'sqlalchemy.orm'

Check failure on line 6 in routes/player_route.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

import-error

Unable to import 'fastapi'

Check failure on line 7 in routes/player_route.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

import-error

Unable to import 'sqlalchemy.ext.asyncio'