Skip to content
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

Weekly release 2024-11-04 #65

Merged
merged 20 commits into from
Nov 4, 2024
Merged

Weekly release 2024-11-04 #65

merged 20 commits into from
Nov 4, 2024

Conversation

alycejenni
Copy link
Member

standardise format, change name of tests file
new workflow to check commit format and code style against pre-commit config
update pre-commit repo versions and switch black to ruff
version specifier is deprecated
should be unnecessary to specify python 3 now
not pinning sqlalchemy and requests because they're used elsewhere and pinning will probably cause some kind of horrible conflict; everything else has just been pinned to major versions, except spacy which needs to be <3.8 for python 3.8 compatibility (so is just pinned to the latest possible minor version)
F401 returns linting errors as well as auto-fixes, so this disables the errors and just applies the fixes
auto reformat with ruff/docformatter/prettier after config changes
apparently they don't get pulled from pyproject.toml when using the github action
as recommended by docformatter issue 172
@alycejenni alycejenni merged commit 74a76f2 into main Nov 4, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant