flake8-mutable
Default Argument Checker
An extension for flake8 to flag functions with mutable default arguments.
flake8 extension for mutable default arguments
44 stars
4 watching
16 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Tool to check return values in Python functions | 62 |
| A plugin to check for unused arguments in functions. | 31 |
| Requires slots to be defined for subclasses of immutable types in Python | 3 |
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| A tool to identify encoding issues in Python code | 6 |
| An extension for flake8 that validates Python function names and consistency with annotations. | 27 |
| Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
| A Flake8 plugin that performs checks on Numba package usage to improve code quality and catch potential errors. | 0 |
| Ensures correct executable permissions and shebangs in Python files | 18 |
| A Flake8 plugin to enforce consistent multiline container formatting | 14 |
| Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
| Enforces code standards for Python functions | 50 |
| An extension for flake8 that enforces more readable variable names. | 55 |
| A plugin to catch and report unnecessary assert statements in Python code. | 5 |
| Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |