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 #41

Merged
merged 18 commits into from
Nov 4, 2024
Merged

Weekly release 2024-11-04 #41

merged 18 commits into from
Nov 4, 2024

Commits on Oct 31, 2024

  1. ci: update workflow files

    standardise format, change name of tests file
    alycejenni committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f42bc8b View commit details
    Browse the repository at this point in the history
  2. ci: add pull request validation workflow

    new workflow to check commit format and code style against pre-commit config
    alycejenni committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b5a856b View commit details
    Browse the repository at this point in the history
  3. ci: update tool config

    update pre-commit repo versions and switch black to ruff
    alycejenni committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3035e4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    702edae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0e129a View commit details
    Browse the repository at this point in the history
  6. build: remove version from docker compose file

    version specifier is deprecated
    alycejenni committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    7e5c880 View commit details
    Browse the repository at this point in the history
  7. ci: only apply auto-fixes in pre-commit

    F401 returns linting errors as well as auto-fixes, so this disables the errors and just applies the fixes
    alycejenni committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5107af6 View commit details
    Browse the repository at this point in the history
  8. ci: add docformatter args and dependency

    docformatter currently can't read from pyproject.toml without tomli
    alycejenni committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    2f165b2 View commit details
    Browse the repository at this point in the history
  9. style: automatic reformat

    auto reformat with ruff/docformatter/prettier after config changes
    alycejenni committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    cc520f0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    10311a4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    977b69f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    8c18c45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bddfb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b61adb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48f073c View commit details
    Browse the repository at this point in the history
  5. docs: fix tests badge

    tests workflow file was renamed
    alycejenni committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d113119 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ef9a00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62e0b56 View commit details
    Browse the repository at this point in the history