flake8/flake8/__main__.py

4 lines
77 B
Python

from flake8.main import main
# python -m flake8 (with Python >= 2.7)
main()