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

Merged
merged 11 commits into from
Oct 31, 2024
Merged

PR validation, tool config #112

merged 11 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
    1a7c3d2 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
    d4c7db8 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
    eb5433a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1734e66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2164f95 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
    6e38919 View commit details
    Browse the repository at this point in the history
  7. build: update ckantools version

    accidentally downgraded it automatically
    alycejenni committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    60ec5b8 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
    fcced50 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
    31424b2 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
    d2acd39 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

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