Files
2026-07-13 13:22:34 +08:00

12 lines
297 B
TOML

[project]
name = "clint"
version = "0.1.0"
description = "A custom linter for mlflow to enforce rules that ruff doesn't cover."
readme = "README.md"
authors = [{ name = "mlflow", email = "mlflow@mlflow.com" }]
dependencies = ["tomli", "typing_extensions"]
[project.scripts]
clint = "clint:main"