Skip to content

chore: cleanup Postman Collection format

6b87225
Select commit
Loading
Failed to load commit list.
Merged

feat: upgrade to Python 3.12 #322

chore: cleanup Postman Collection format
6b87225
Select commit
Loading
Failed to load commit list.
Codeac.io / Codeac Code Quality succeeded Mar 27, 2025 in 7h 25m 38s

Codeac Code Quality

This PR contains 15 errors and 4 warnings.

Annotations

Check warning on line 22 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 54 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 68 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 83 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 99 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 113 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 128 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 144 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 159 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 174 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 191 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 207 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 225 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 241 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 255 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 6 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 main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

import-error

Unable to import 'fastapi_cache'

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_cache.backends.inmemory'

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'

Check failure on line 8 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_cache'

Check failure on line 9 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_cache.decorator'