Merge-back main -> unstructured_scheme#73
Merged
stephenworsley merged 7 commits intoSciTools:unstructured_schemefrom May 27, 2021
Merged
Merge-back main -> unstructured_scheme#73stephenworsley merged 7 commits intoSciTools:unstructured_schemefrom
stephenworsley merged 7 commits intoSciTools:unstructured_schemefrom
Conversation
updates: - [github.com/psf/black: 20.8b1 → 21.4b2](psf/black@20.8b1...21.4b2) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.0 → 3.9.1](PyCQA/flake8@3.9.0...3.9.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates: - [github.com/psf/black: 21.4b2 → 21.5b1](psf/black@21.4b2...21.5b1) - [github.com/PyCQA/flake8: 3.9.1 → 3.9.2](PyCQA/flake8@3.9.1...3.9.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Manage dependencies via Conda lock files. * Conda-lock GHA dependency fixes. * Treat .cirrus.yml as the source of truth for IRIS_SOURCE. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Address CI failures. * Rationalised Nox env prep. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Remove unused nox imports. * Add pip as dependency - required within Nox session environments. * Revert "Add pip as dependency" - I was mistaken! This reverts commit b52bb5e. Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Codecov Report
@@ Coverage Diff @@
## unstructured_scheme #73 +/- ##
====================================================
Coverage 98.71% 98.71%
====================================================
Files 16 16
Lines 779 779
====================================================
Hits 769 769
Misses 10 10 Continue to review full report at Codecov.
|
Contributor
Author
|
Thanks @stephenworsley ! |
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.
Also updates the lock files to be appropriate for the feature branch requirements spec (see #68 for details on Conda-lock).