12 lines
297 B
TOML
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"
|