flake8-literal
String Literal Checker
This plugin checks and enforces consistent usage of string literals in Python code.
flake8 plugin to validate string literals - Mirror of https://gitlab.linss.com/open-source/flake8/flake8-literal
5 stars
3 watching
1 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
flake8flake8-extensionflake8-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
| A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
| A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
| A Flake8 plugin for enforcing SQL coding standards. | 26 |
| A plugin for flake8 to enforce string type on elements in __all__ lists of Python modules. | 0 |
| Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| Plugin to validate Python expressions for readability and complexity | 32 |
| Ensures # noqa comments are formatted correctly to avoid errors and unintended behavior in flake8. | 41 |
| A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. | 464 |
| A tool to identify encoding issues in Python code | 6 |
| A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests | 69 |
| Tool to check return values in Python functions | 62 |
| Tools to inspect error codes in Python code for linting and quality assurance | 14 |
| A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
| A Flake8 plugin to enforce consistent multiline container formatting | 14 |
| A plugin to check Python print statements for coding style and errors | 121 |