Language

Package: python-flake8-pyi @ 20.10.0

Synopsis

Flake8 plugin that provides specializations for type hinting stub files

Description

This package contains a plugin that provides specializations for type hinting stub files, especially interesting for linting typeshed. It adds the .pyi extension to the default value of the --filename command-line argument to Flake8. This means stubs are linted by default with this plugin enabled, without needing to explicitly list every file. It modifies PyFlakes runs for .pyi files to defer checking type annotation expressions after the entire file has been read. This enables support for first-class forward references that stub files use.

Home page
https://github.com/ambv/flake8-pyi
Location
gnu/packages/python-xyz.scm (line: 10422, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings