mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 08:44:46 +00:00
Add parity with `python -m flake8`
This commit is contained in:
parent
aa6766861e
commit
0c968f7a15
1 changed files with 4 additions and 0 deletions
4
flake8/__main__.py
Normal file
4
flake8/__main__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
"""Module allowing for ``python -m flake8 ...``."""
|
||||||
|
from flake8.main import cli
|
||||||
|
|
||||||
|
cli.main()
|
||||||
Loading…
Add table
Add a link
Reference in a new issue