Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: abravalheri/validate-pyproject
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14
Choose a base ref
...
head repository: abravalheri/validate-pyproject
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15
Choose a head ref
  • 17 commits
  • 11 files changed
  • 5 contributors

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    2397998 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    083ae04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0000bf7 View commit details
    Browse the repository at this point in the history
  4. Improve distutils schema

    abravalheri committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b884aa8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67faa9b View commit details
    Browse the repository at this point in the history
  6. fix: use standard schema ending #

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii authored and abravalheri committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    174b013 View commit details
    Browse the repository at this point in the history
  7. fix: plugin wrapper repr not helpful

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7b1be41 View commit details
    Browse the repository at this point in the history
  8. Update src/validate_pyproject/plugins/__init__.py

    Co-authored-by: Anderson Bravalheri <andersonbravalheri+github@gmail.com>
    henryiii and abravalheri authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    55ee081 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Add repr to plugin wrapper (#114)

    fix: plugin wrapper repr not helpful
    abravalheri authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0ec8682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13dd0ef View commit details
    Browse the repository at this point in the history
  3. tests: support other plugins present

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii authored and abravalheri committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    58ab7a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    585a758 View commit details
    Browse the repository at this point in the history
  5. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
    - [github.com/PyCQA/autoflake: v2.2.0 → v2.2.1](PyCQA/autoflake@v2.2.0...v2.2.1)
    - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
    - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
    pre-commit-ci[bot] authored and abravalheri committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    95393ec View commit details
    Browse the repository at this point in the history
  6. Add -w to codespell pre-commit hook.

    Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
    abravalheri and henryiii authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7a9b94f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27214df View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a75058d View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG

    abravalheri committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    57fe0d1 View commit details
    Browse the repository at this point in the history
Loading