This file has been truncated, but you can view the full file.
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
| diff --git a/.prettierrc b/.prettierrc | |
| index b0a179d48c..cbcb3ee94b 100644 | |
| --- a/.prettierrc | |
| +++ b/.prettierrc | |
| @@ -1,5 +1,6 @@ | |
| { | |
| "singleQuote": true, | |
| "trailingComma": "none", | |
| - "arrowParens": "avoid" |
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
| """Update a ``recipe.yaml``'s sources and licenses from a checkout with submodules. | |
| Given a ``recipe.yaml`` to have the following structure: | |
| context: | |
| version: <the version> | |
| # if found, sources with the same `target_directory` will preserve patches | |
| # source: | |
| # - patches: [] | |
| about: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| import os | |
| import tarfile | |
| import subprocess | |
| import re | |
| from io import StringIO | |
| from difflib import unified_diff | |
| from urllib.request import urlretrieve | |
| from pathlib import Path | |
| from ruamel.yaml import YAML as YAML_ | |
| from typing import Any |
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
| import os | |
| import tarfile | |
| import subprocess | |
| import re | |
| from io import StringIO | |
| from difflib import unified_diff | |
| from urllib.request import urlretrieve | |
| from pathlib import Path | |
| from ruamel.yaml import YAML as YAML_ | |
| from typing import Any |
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
| /* | |
| - read the code so you know it's not crazy | |
| - paste this into your logged-in browser session on github (maybe 'allow pasting') | |
| - run it | |
| - update with new COMMITS | |
| */ | |
| COMMITS = { | |
| vale: {v0: "4f829d3ccb335d75abc825543dbf068bda938916", v1: "8a4fd98e738fcc3376b9ea316319c220a515e4b8"}, | |
| dagster: {v0: "76c76e86bc306ff05ca1fa650a188450bd4da605", v1: "2d18ce2ed3863d7782bd7f561f6175658d505f6e"}, | |
| } |
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
| [project] | |
| name = "foo" | |
| channels = ["conda-forge"] | |
| platforms = ["linux-64"] | |
| [dependencies] | |
| sqlite = "*" | |
| [tasks.preflight] | |
| inputs = ["pixi.toml"] |
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
| """(re-)generate the litestar multi-output recipe based on `pyproject.toml` | |
| Invoke this locally from the root of the feedstock, assuming `tomli`, `jinja2`, and `packaging`: | |
| python test_recipe.py --update | |
| git commit -m "updated recipe with test_recipe.py" | |
| conda smithy rerender | |
| If not updating, parameter will fail if new `[extra]`s are added, or | |
| dependencies change. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder