mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16:53 +00:00
4 lines
77 B
Python
4 lines
77 B
Python
from flake8.main import main
|
|
|
|
# python -m flake8 (with Python >= 2.7)
|
|
main()
|