We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812fe9d commit 6c6777fCopy full SHA for 6c6777f
conda_forge_tick/cli.py
@@ -138,7 +138,7 @@ def make_graph(
138
)
139
@pass_context
140
def update_upstream_versions(
141
- ctx: CliContext, job: int, n_jobs: int, feedstock: Optional[str]
+ ctx: CliContext, job: int, n_jobs: int, feedstock: str | None
142
) -> None:
143
"""
144
Update the upstream versions of feedstocks in the graph.
0 commit comments