flake8-slots
Slot Checker
Requires slots to be defined for subclasses of immutable types in Python
A Flake8 plugin to require slots to be defined for subclasses of immutable types.
3 stars
1 watching
4 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
flake8python
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A tool to identify encoding issues in Python code | 6 |
| | Enforces consistent 8-space indentation in Python function and class definitions to improve readability. | 0 |
| | Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
| | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| | An extension for flake8 to flag functions with mutable default arguments. | 44 |
| | Enforces a standardized coding style in Python similar to newspaper article structure | 12 |
| | A plugin to check Python print statements for coding style and errors | 121 |
| | Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 115 |
| | A tool to enforce consistent date formatting across different platforms in Python. | 2 |
| | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
| | A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |
| | A plugin for flake8 to enforce string type on elements in __all__ lists of Python modules. | 0 |
| | Detects missing type annotations in Python functions and methods | 156 |
| | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
| | A Flake8 plugin to enforce consistent multiline container formatting | 14 |