Skip to content

fix(server): annotate unused on_starting parameter as _server: Any (#2)

c9a01d1
Select commit
Loading
Failed to load commit list.
Merged

feat(migrations): implement Alembic for database migrations (#2) #563

fix(server): annotate unused on_starting parameter as _server: Any (#2)
c9a01d1
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Apr 9, 2026 in 2s

12 minor issues found.

Annotations

Check notice on line 79 in alembic/versions/002_seed_starting11.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

alembic/versions/002_seed_starting11.py#L79

Missing function or method docstring (missing-function-docstring)

Check notice on line 1 in alembic/versions/001_create_players_table.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

alembic/versions/001_create_players_table.py#L1

Module name "001_create_players_table" doesn't conform to snake_case naming style (invalid-name)

Check notice on line 83 in alembic/versions/002_seed_starting11.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

alembic/versions/002_seed_starting11.py#L83

Missing function or method docstring (missing-function-docstring)

Check notice on line 20 in alembic/env.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

alembic/env.py#L20

Unused Player imported from schemas.player_schema (unused-import)

Check notice on line 62 in alembic/env.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

alembic/env.py#L62

Missing function or method docstring (missing-function-docstring)

Check notice on line 39 in alembic/versions/001_create_players_table.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

alembic/versions/001_create_players_table.py#L39

Missing function or method docstring (missing-function-docstring)

Check notice on line 102 in alembic/versions/003_seed_substitutes.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

alembic/versions/003_seed_substitutes.py#L102

Missing function or method docstring (missing-function-docstring)

Check notice on line 1 in alembic/versions/002_seed_starting11.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

alembic/versions/002_seed_starting11.py#L1

Module name "002_seed_starting11" doesn't conform to snake_case naming style (invalid-name)

Check notice on line 20 in alembic/versions/001_create_players_table.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

alembic/versions/001_create_players_table.py#L20

Missing function or method docstring (missing-function-docstring)

Check notice on line 52 in alembic/env.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

alembic/env.py#L52

Missing function or method docstring (missing-function-docstring)

Check notice on line 1 in alembic/versions/003_seed_substitutes.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

alembic/versions/003_seed_substitutes.py#L1

Module name "003_seed_substitutes" doesn't conform to snake_case naming style (invalid-name)

Check notice on line 98 in alembic/versions/003_seed_substitutes.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

alembic/versions/003_seed_substitutes.py#L98

Missing function or method docstring (missing-function-docstring)