remove gitignore
This commit is contained in:
7
.venv/lib/python3.10/site-packages/flake8/__main__.py
Normal file
7
.venv/lib/python3.10/site-packages/flake8/__main__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""Module allowing for ``python -m flake8 ...``."""
|
||||
from __future__ import annotations
|
||||
|
||||
from flake8.main.cli import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(main())
|
||||
Reference in New Issue
Block a user