flake8-no-pep420

Namespace checker

A plugin to enforce PEP 420 namespace package rules in Python code.

A flake8 plugin to ban PEP-420 implicit namespace packages.

GitHub

25 stars
3 watching
1 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
pycqa/pep8-namingChecks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices.517
adamchainz/flake8-loggingA Flake8 plugin that checks for issues related to logging in Python code79
adamchainz/flake8-comprehensionsA flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions.464
decorator-factory/flake8-pep585A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements.23
schlamar/flake8-todoA Flake8 plugin that checks for TODO notes in Python code.30
xome4ok/flake8-new-union-typesA Flake8 plugin to enforce PEP 604's new Union and Optional annotation syntax for Python13
jbkahn/flake8-printA plugin to check Python print statements for coding style and errors121
andreoliwa/nitpickAutomates consistency checks and fixes across multiple projects with similar settings.401
s-weigand/flake8-nbA tool to check Python code quality in Jupyter notebooks.28
orsinium-labs/flake8-warningsLints Python code to detect deprecated modules and functions.12
adamchainz/flake8-tidy-importsA plugin that helps write more organized imports in Python code.72
orsinium-labs/flake8-pylintAn extension for flake8 that integrates PyLint to check Python code quality and detect potential errors.8
pjknkda/flake8-datetimezA plugin to enforce safe datetime usage in Python code34
jparise/flake8-authorChecks Python modules for author attributes and enforces configuration rules around their usage.3
xuhdev/flake8-executableEnsures correct executable permissions and shebangs in Python files18