Navigation

  • index
  • next |
  • previous |
  • apysc documentation »
  • Recommended type-annotation checker settings

Recommended type-annotation checker settings¶

This page explains the type-annotation checker libraries settings, such as the mypy and Pylance (Pyright).

Recommended type-annotation checker libraries¶

The apysc library uses the mypy and Pylance (Pyright) checker libraries.

So if you want to use the type-annotation checker libraries on the apysc-using project, these two libraries probably become comfortable.

The ignoring error code of the mypy¶

The apysc library ignores the mypy misc (miscellaneous) errors with the --disable-error-code misc option.

This error code causes many mypy errors on the apysc library, but most are harmless, so the apysc ignores them.

See also¶

  • mypy issue: Decorated property not supported #1362

Logo

Table of Contents

  • Recommended type-annotation checker settings
    • Recommended type-annotation checker libraries
    • The ignoring error code of the mypy
    • See also

Previous topic

import conventions

Next topic

Stage class

Quick search

Navigation

  • index
  • next |
  • previous |
  • apysc documentation »
  • Recommended type-annotation checker settings
© Copyright 2024, apysc project. Created using Sphinx 7.1.2.