Restyle 2.0 Pipelines (parametrization)#2061
Closed
restyled-io[bot] wants to merge 1 commit into
Closed
Conversation
Comment on lines
284
to
+281
| cmd: >- | ||
| python train.py | ||
| --tresh ${models.us.threshold} | ||
| --out ${models.us.filename} | ||
| python train.py --tresh ${models.us.threshold} --out ${models.us.filename} |
Contributor
There was a problem hiding this comment.
Continues #2054 (review)
So we're back on square one per #2060 (review) @rogermparent 😆. Any other ideas?
Contributor
There was a problem hiding this comment.
Not a huge deal BTW, we could go with the "pretty" version. I just thought it would be interesting to show how advanced YAML is supported...
Contributor
There was a problem hiding this comment.
does prettier support some meta commands to disable it locally?
Contributor
There was a problem hiding this comment.
Yaml accepts a # prettier-ignore comment, but we'll have to test out if that translates to frontmatter and works in the engine.
EDIT: Oops, this isn't front-matter, it's a code block. I just checked the full context. Markdown ignoring makes more sense.
8 tasks
95d8845 to
610af03
Compare
610af03 to
7f23e93
Compare
7f23e93 to
663026b
Compare
663026b to
76d42b9
Compare
76d42b9 to
fa929fb
Compare
fa929fb to
52f3bc2
Compare
27c28a1 to
37958df
Compare
52f3bc2 to
5047528
Compare
5047528 to
385fc14
Compare
385fc14 to
ff772d3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated style fixes for #2052, created by Restyled.
The following restylers made fixes:
To incorporate these changes, merge this Pull Request into the original. We
recommend using the Squash or Rebase strategies.
NOTE: As work continues on the original Pull Request, this process will
re-run and update (force-push) this Pull Request with updated style fixes as
necessary. If the style is fixed manually at any point (i.e. this process finds
no fixes to make), this Pull Request will be closed automatically.
Sorry if this was unexpected. To disable it, see our documentation.