Sport result #3463
Annotations
10 errors
Ruff (INP001):
app/modules/sports_results/cruds_sport_results.py#L1
app/modules/sports_results/cruds_sport_results.py:1:1: INP001 File `app/modules/sports_results/cruds_sport_results.py` is part of an implicit namespace package. Add an `__init__.py`.
|
Ruff (TRY300):
app/modules/sports_results/cruds_sport_results.py#L131
app/modules/sports_results/cruds_sport_results.py:131:9: TRY300 Consider moving this statement to an `else` block
|
Ruff (TRY300):
app/modules/sports_results/cruds_sport_results.py#L171
app/modules/sports_results/cruds_sport_results.py:171:9: TRY300 Consider moving this statement to an `else` block
|
Ruff (TRY300):
app/modules/sports_results/cruds_sport_results.py#L211
app/modules/sports_results/cruds_sport_results.py:211:9: TRY300 Consider moving this statement to an `else` block
|
Ruff (W292):
app/modules/sports_results/cruds_sport_results.py#L252
app/modules/sports_results/cruds_sport_results.py:252:22: W292 No newline at end of file
|
Ruff (INP001):
app/modules/sports_results/endpoints_sport_results.py#L1
app/modules/sports_results/endpoints_sport_results.py:1:1: INP001 File `app/modules/sports_results/endpoints_sport_results.py` is part of an implicit namespace package. Add an `__init__.py`.
|
Ruff (W292):
app/modules/sports_results/endpoints_sport_results.py#L359
app/modules/sports_results/endpoints_sport_results.py:359:6: W292 No newline at end of file
|
Ruff (INP001):
app/modules/sports_results/models_sport_results.py#L1
app/modules/sports_results/models_sport_results.py:1:1: INP001 File `app/modules/sports_results/models_sport_results.py` is part of an implicit namespace package. Add an `__init__.py`.
|
Ruff (I001):
app/modules/sports_results/models_sport_results.py#L1
app/modules/sports_results/models_sport_results.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (W292):
app/modules/sports_results/models_sport_results.py#L46
app/modules/sports_results/models_sport_results.py:46:67: W292 No newline at end of file
|