flake8-pyi

Stub linter

Enhances Flake8 to better handle stub files used in type hinting

A plugin for Flake8 that provides specializations for type hinting stub files

GitHub

73 stars
10 watching
23 forks
Language: Python
last commit: almost 2 years ago
Linked from 2 awesome lists

flake8lintlinterlinter-pluginmypypep484pythonstub-filestype-checkingtyping

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
mlshapiro/jupyterlab-flake8An extension that integrates flake8 linting into JupyterLab for Python notebooks and text files111
pycqa/flake8-docstringsTools to improve Python documentation quality and consistency155
pycqa/flake8-bugbearA tool to identify likely bugs and design problems in Python code1,066
pycqa/pep8-namingChecks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices.517
stummjr/flake8-scrapyAn integration of Flake8 and Scrapy to catch common coding issues in Spider projects19
sbdchd/flake8-pieAn extension to flake8 that enforces best practices in Python development61
pycqa/flake8-jsonFormats Flake8 output as JSON with optional pretty-printing and CodeClimate support10
decorator-factory/flake8-pep585A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements.23
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
pgjones/flake8-sqlA Flake8 plugin for enforcing SQL coding standards.26
orsinium-labs/flake8-warningsLints Python code to detect deprecated modules and functions.12
jorenham/scipy-stubsProvides type hints and auto-completion support for SciPy libraries without requiring additional configuration or static type-checker plugins.23
martinthoma/flake8-screamA Flake8 plugin to help identify and suppress false-positive warnings in Python code4
lxml/lxml-stubsProvides type annotations for a specific Python package to support static analysis and code completion tools45
m-burst/flake8-pytest-styleA flake8 plugin checking style issues in pytest-based tests229