flake8-in-file-ignores
Ignore plugin
A Flake8 plugin that allows users to specify file-level ignores directly in the code.
flake8 plugin for ignoring specific error at file level
8 stars
2 watching
1 forks
Language: Python
last commit: 5 months ago
Linked from 1 awesome list
hacktoberfest
Related projects:
Repository | Description | Stars |
---|---|---|
| A Flake8 plugin to validate Python test function names against a custom convention | 5 |
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| A plugin for flake8 to enforce string type on elements in __all__ lists of Python modules. | 0 |
| A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
| A plugin to check for unused arguments in functions. | 31 |
| Tool to check return values in Python functions | 62 |
| A Flake8 plugin that checks for issues related to logging in Python code | 79 |
| A plugin to check Python print statements for coding style and errors | 121 |
| Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
| A flake8 plugin that prevents excessive bad code in Python | 4 |
| Requires slots to be defined for subclasses of immutable types in Python | 3 |
| Enforces consistent 8-space indentation in Python function and class definitions to improve readability. | 0 |
| A tool to identify encoding issues in Python code | 6 |
| Prevents printf-style string formatting in Python code to enforce best practices and quality standards | 11 |
| Enforces a blank line after certain Python block types to improve code readability and prevent subtle bugs. | 4 |