ruff/python/ruff-ecosystem/ruff_ecosystem/__main__.py

9 lines
145 B
Python

"""
Enables usage with `python -m ruff_ecosystem`
"""
import ruff_ecosystem.cli
if __name__ == "__main__":
ruff_ecosystem.cli.entrypoint()