flake8-confusables

A flake8 plugin to check for ambiguous identifiers


Keywords
flake8, confusables, ambiguity
License
MIT
Install
pip install flake8-confusables==0.1.0

Documentation

flake8-confusables build status

A module that adds a plugin for checking for ambiguous identifiers (using confusables) to flake8.

Install the extension:

$ pip3 install flake8-confusables

and run flake8.