Skip to content

chore: Add tool rules example #304

chore: Add tool rules example

chore: Add tool rules example #304

Triggered via pull request November 7, 2024 03:04
Status Success
Total duration 49s
Artifacts

code_style_checks.yml

on: pull_request
Matrix: style-checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
style-checks (3.12): locust_test.py#L4
Import "locust" could not be resolved (reportMissingImports)
style-checks (3.12): locust_test.py#L43
Argument of type "str | None" cannot be assigned to parameter "human" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
style-checks (3.12): main.py#L1
Import "typer" could not be resolved (reportMissingImports)
style-checks (3.12): alembic/env.py#L4
Import "sqlalchemy" could not be resolved (reportMissingImports)
style-checks (3.12): alembic/env.py#L6
"context" is unknown import symbol (reportAttributeAccessIssue)
style-checks (3.12): alembic/versions/9a505cc7eca9_create_a_baseline_migrations.py#L11
Import "pgvector" could not be resolved (reportMissingImports)
style-checks (3.12): alembic/versions/9a505cc7eca9_create_a_baseline_migrations.py#L12
Import "sqlalchemy" could not be resolved (reportMissingImports)
style-checks (3.12): alembic/versions/9a505cc7eca9_create_a_baseline_migrations.py#L13
Import "sqlalchemy.dialects" could not be resolved (reportMissingImports)
style-checks (3.12): alembic/versions/9a505cc7eca9_create_a_baseline_migrations.py#L16
"op" is unknown import symbol (reportAttributeAccessIssue)
style-checks (3.12): alembic/versions/b6d7ca024aa9_add_agents_tags_table.py#L11
Import "sqlalchemy" could not be resolved (reportMissingImports)