flake8-newspaper-style
Coding standard
Enforces a standardized coding style in Python similar to newspaper article structure
12 stars
2 watching
1 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
takishima/flake8-secure-coding-standard | Enforces secure coding standards in Python | 5 |
python-formate/flake8-slots | Requires slots to be defined for subclasses of immutable types in Python | 3 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
best-doctor/flake8-functions | Enforces code standards for Python functions | 50 |
pycqa/flake8-commas | Enforces trailing commas in Python code to avoid merge conflicts and improve readability. | 131 |
atugushev/flake8-printf-formatting | Prevents printf-style string formatting in Python code to enforce best practices and quality standards | 11 |
tommilligan/flake8-fixme | Automatically detects and flags temporary notes in Python code to help maintain coding standards. | 18 |
snok/flake8-type-checking | Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 113 |
peter-evans/autopep8 | Automatically formats Python code to conform to PEP 8 style guide. | 85 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
pycqa/flake8-docstrings | Tools to improve Python documentation quality and consistency | 154 |
cyyc1/flake8-indent-in-def | Enforces consistent 8-space indentation in Python function and class definitions to improve readability. | 0 |
andreoliwa/nitpick | Automates consistency checks and fixes across multiple projects with similar settings. | 400 |
tk0miya/flake8-coding | A plugin that checks coding comments in Python code for correctness and compliance with coding standards | 15 |