-
Notifications
You must be signed in to change notification settings - Fork 15
Update environment #1199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Update environment #1199
Changes from 9 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
82172b5
update ruff
wwarriner 204571f
update markdownlint
wwarriner 20cd555
update yamllint
wwarriner 2bd27c0
update remaining workflows
wwarriner cfd6b1f
update environment
wwarriner b5555c2
Merge branch 'main' into update-env
wwarriner 7b79f92
fix pre-commit errors
wwarriner d7b7976
fix conda build env
wwarriner ab1f32f
fix ruff issues
wwarriner ba1efe5
fix separation of environments
wwarriner ec67570
all changes trigger deploy
wwarriner 37117e1
cleanup
wwarriner f007959
improve yamllint ignore
wwarriner 03c1985
Merge branch 'main' into update-env
wwarriner 283eeff
moved pyyaml from dev to build
wwarriner 6837962
Merge branch 'main' into update-env
wwarriner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -125,5 +125,9 @@ | |
| "above", | ||
| "below" | ||
| ] | ||
| }, | ||
| "MD060": { | ||
| "style": "aligned", | ||
| "aligned_delimiter": true | ||
| } | ||
| } | ||
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,42 +1,9 @@ | ||
| name: mkdocs | ||
| dependencies: | ||
| - conda-forge::click=8.2.1 | ||
| - conda-forge::jinja2=3.1.6 | ||
| - conda-forge::libffi=3.4.6 | ||
| - conda-forge::markupsafe=3.0.2 # Not semver, be cautious | ||
| - conda-forge::mergedeep=1.3.4 | ||
| - conda-forge::numpy=2.2.6 | ||
| - conda-forge::pandas=2.3.0 | ||
| - conda-forge::libffi=3.5.2 | ||
| - conda-forge::pandoc=3.7.0.2 | ||
| - conda-forge::pip=25.1.1 | ||
| - conda-forge::pygments=2.19.1 | ||
| - conda-forge::pypandoc=1.15 | ||
| - conda-forge::pyparsing=3.0.9 | ||
| - conda-forge::python=3.13.3 | ||
| - conda-forge::python-dateutil=2.9.0 | ||
| - conda-forge::pytz=2025.2 | ||
| - conda-forge::pyyaml=6.0.2 | ||
| - conda-forge::ruff=0.12.0 | ||
| - conda-forge::setuptools=80.9.0 | ||
| - conda-forge::six=1.17.0 | ||
| - conda-forge::sqlite=3.50.0 | ||
| - conda-forge::tabulate=0.9.0 | ||
| - conda-forge::tk=8.6.13 | ||
| - conda-forge::xz=5.8.1 | ||
| - conda-forge::yaml=0.2.5 | ||
| - conda-forge::yamllint=1.37.1 | ||
| - pip: | ||
| - jinja2-workarounds==0.1.0 | ||
| - markdown==3.8.0 | ||
| - mkdocs-gen-files==0.5.0 | ||
| - mkdocs-glightbox==0.3.7 | ||
| - mkdocs-git-revision-date-localized-plugin==1.2.6 | ||
| - mkdocs-material==9.6.14 | ||
| - mkdocs-redirects==1.2.1 | ||
| - mkdocs-table-reader-plugin==3.1.0 | ||
| - linkchecker==10.4.0 | ||
| - pre-commit==3.7.1 | ||
| - pymdown-extensions==10.8.1 # Not semver, be cautious | ||
| - git+https://github.com/wwarriner/mkdocs-macros-plugin@d445c98dcc14ecae48ddf53b4758f3942ed706b8 | ||
| - git+https://github.com/uabrc/mkdocs@888fd28f92a320352f63600c24635231a42e5fac # new | ||
| - git+https://github.com/uabrc/mkdocs-title-casing-plugin.git@stable | ||
| - conda-forge::pip=26.0.1 | ||
| - conda-forge::python=3.13.12 | ||
| - pip: # | ||
| - -r requirements-build.txt | ||
| - -r requirements-dev.txt | ||
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
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
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
|
Premas marked this conversation as resolved.
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| jinja2==3.1.6 | ||
| jinja2-workarounds==0.1.0 | ||
| markdown==3.10.2 | ||
| markupsafe==3.0.3 # not semver, be cautious | ||
| mkdocs-glightbox==0.5.2 | ||
| mkdocs-git-revision-date-localized-plugin==1.5.1 | ||
| mkdocs-material==9.7.5 | ||
| mkdocs-redirects==1.2.2 | ||
| mkdocs-table-reader-plugin==3.1.0 | ||
| pymdown-extensions==10.21 | ||
| git+https://github.com/wwarriner/mkdocs-macros-plugin@d445c98dcc14ecae48ddf53b4758f3942ed706b8 | ||
| git+https://github.com/uabrc/mkdocs@888fd28f92a320352f63600c24635231a42e5fac | ||
| git+https://github.com/uabrc/mkdocs-title-casing-plugin.git@stable |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| attrs==25.4.0 | ||
| linkchecker==10.6.0 | ||
| mkdocs-gen-files==0.6.1 | ||
| pandas==2.3.3 | ||
| pre-commit==4.5.1 | ||
| pypandoc==1.17 | ||
| pyyaml==6.0.3 | ||
| ruff==0.15.6 | ||
| yamllint==1.38.0 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +0,0 @@ | ||
| # noqa: D104 | ||
File renamed without changes.
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.