We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73498e commit b026e42Copy full SHA for b026e42
pyproject.toml
@@ -40,6 +40,8 @@ file = "LICENSE"
40
"latform" = "latform.main:cli_main"
41
"latform-graph" = "latform.graph:cli_main"
42
"latform-dump" = "latform.dump:cli_main"
43
+"latform-diff" = "latform.diff:cli_main"
44
+"latform-gitdiff" = "latform.diff:cli_main_gitdiff"
45
46
[tool.ruff]
47
# Reference and defaults: https://docs.astral.sh/ruff/configuration/
0 commit comments