Skip to content

[WIP] Chore: Add type hint validation#157

Draft
amotl wants to merge 2 commits into
mainfrom
amo/mypy
Draft

[WIP] Chore: Add type hint validation#157
amotl wants to merge 2 commits into
mainfrom
amo/mypy

Conversation

@amotl

@amotl amotl commented Aug 28, 2024

Copy link
Copy Markdown
Contributor

About

Linting the code using mypy has not been enabled yet.

Status

It's just a basic start and needs to be completed.

Base automatically changed from amo/support-table-quoting to main August 29, 2024 16:20
@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: b36d32a3-cc43-4de2-85ad-84e3d3e73b06

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch amo/mypy

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

from collections import defaultdict

import sqlalchemy as sa
import sqlalchemy.event

import sqlalchemy as sa
import sqlalchemy.event
import sqlalchemy.exc
from unittest.mock import patch

import sqlalchemy as sa
import sqlalchemy.sql.schema
import typing as t

import sqlalchemy as sa
import sqlalchemy.event

import sqlalchemy as sa
import sqlalchemy.event
import sqlalchemy.orm
import typing as t

import sqlalchemy as sa
import sqlalchemy.sql.selectable
@amotl amotl changed the title [WIP] Chore: Add and validate type hinting using mypy [WIP] Chore: Add type hint validation Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants