pip install flake8 max-line-length = 80 no-tabs = true exclude = tests/*, docs/* flake8 python import ast def check_my_rule(logical_line): pass def flake8_extension(physical_line): pass pip install -e /path/to/plugin your_rule = true