pep8-naming
Naming convention checker
Checks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices.
Naming Convention checker for Python
517 stars
16 watching
206 forks
Language: Python
last commit: 9 months ago
Linked from 1 awesome list
flake8flake8-extensionsflake8-pluginlinter-flake8linter-pluginnaming-conventionspep8python
Related projects:
Repository | Description | Stars |
---|---|---|
| A plugin to enforce PEP 420 namespace package rules in Python code. | 25 |
| Enhances Flake8 to better handle stub files used in type hinting | 73 |
| Tools to improve Python documentation quality and consistency | 155 |
| A tool to identify encoding issues in Python code | 6 |
| A plugin that checks the ordering of imports in Python code according to specific style guides. | 277 |
| An extension for flake8 that enforces more readable variable names. | 55 |
| Checks Python string formatting against the latest standard | 14 |
| Enforces trailing commas in Python code to avoid merge conflicts and improve readability. | 131 |
| A tool to identify likely bugs and design problems in Python code | 1,066 |
| Formats Flake8 output as JSON with optional pretty-printing and CodeClimate support | 10 |
| An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
| Automatically formats Python code to conform to PEP 8 style guide. | 84 |
| Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
| A flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues. | 4 |
| Linter plugin for Python code quality checking using pydocstyle | 10 |