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

PR validation, tool config #54

Merged
merged 10 commits into from
Oct 31, 2024
Merged

PR validation, tool config #54

merged 10 commits into from
Oct 31, 2024

Commits on Oct 29, 2024

  1. ci: update workflow files

    standardise format, change name of tests file
    alycejenni committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    96d8ee4 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 29, 2024
    Configuration menu
    Copy the full SHA
    b8f2a76 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 29, 2024
    Configuration menu
    Copy the full SHA
    c5fba8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e48eea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8e62a2 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 29, 2024
    Configuration menu
    Copy the full SHA
    4c5d371 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. 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 30, 2024
    Configuration menu
    Copy the full SHA
    e838e5a View commit details
    Browse the repository at this point in the history
  2. ci: add docformatter args and dependency

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

    auto reformat with ruff/docformatter/prettier after config changes
    alycejenni committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    cb07fb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    7d7d4fd View commit details
    Browse the repository at this point in the history