Upgrade infra, CIs and pre-commit checks & sync with website #22
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.
Counterpart to spyder-ide/website-spyder#217 and spyder-ide/spyder-docs#355
Maintenance PR to update the
requirements
dependencies, pre-commit hooks and action versions, and sync the hooks, config, CI and other infra with the website and docs for easier future maintenance. This also fixes a number of outstanding issues blocking PR #21 . Additionally, add Prettier to replace the deprecated Stylelint code style rules/fixers, and remove theruntime.txt
file setting the Python version for Netlify that was previously required, but no longer is and will avoid an error and the need to manually fix it when Netlify updates its runtime version as in #21.This is almost ready; just need to update the vendored dependency versions, the readme/contributing guide/etc. and ensure its synced with the other two, and then this should be ready to merge.