flake8-slots¶
A Flake8 plugin to require __slots__ to be defined for subclasses of immutable types.
Installation¶
python3 -m pip install flake8-slots --user
First add the required channels
conda config --add channels https://conda.anaconda.org/conda-forge
conda config --add channels https://conda.anaconda.org/domdfcoding
Then install
conda install flake8-slots
python3 -m pip install git+https://github.com/python-formate/flake8-slots@master --user
Contents¶
View the Function Index or browse the Source Code.