Skip to content

Remove ignored entries from pyproject.toml's for exasol-provided packages #92

@ArBridgeman

Description

@ArBridgeman

Summary

In the packages contained in this repo, we have pyproject.toml's defined with entries like:

[[tool.mypy.overrides]]
module = [
    "test.unit.*",
    "test.integration.*",
    "exasol.pytest_backend.*",
    "pyexasol.*",
]

This tells mypy to ignore such imports in the checks, and it typically arises as the packages are missing a py.typed file.

By adding py.typed files to these packages, we should be able to remove these entries from the ignore list.

Tasks

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureProduct feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions