Update config files - #138
Merged
Merged
Conversation
* Update `minimum_pre_commit_version` from `2.0` to `3.0`. * Update https://github.com/python-jsonschema/check-jsonschema from `0.20.0` to `0.21.0`. * Update https://github.com/PyCQA/isort from `5.11.4` to `5.12.0`. This fixes the broken poetry configuration of isort which rendered it uninstallable from source (PyCQA/isort#2077). * Update https://github.com/psf/black from `22.12.0` to `23.1.0`. * Update https://github.com/PyCQA/flake8 from `5.0.4` to `6.0.0`. Update requirements-dev.txt accordingly.
Update the required black version from `22` to `23`. Add `build-system` table containing the requirements for the installation process of MDTools.
Explicitly include * MANIFEST.in * pyproject.toml * setup.py * docs/** in the source distribution (sdist).
Don't run this workflow when version tags are pushed, because in this case tests should not be skipped but `tests.yml` should run.
Don't run this workflow when version tags are pushed, because in this case the CITATION.cff file should be validated, i.e. `cff-validator.yml` should run.
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.
Update config files
Type of change
PR checklist