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.13
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.14
Choose a head ref
  • 20 commits
  • 23 files changed
  • 3 contributors

Commits on Jun 19, 2023

  1. pre-commit autoupdate (#102)

    updates:
    - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5)
    - [github.com/asottile/blacken-docs: 1.13.0 → 1.14.0](adamchainz/blacken-docs@1.13.0...1.14.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    4d4c821 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    51286da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33f8a54 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Avoid using __doc__

    It seems that `python3 -OO` always remove docstrings, so `__doc__` is
    actually always a `str | None` union, even if `__doc__` is defined...
    abravalheri committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c5a8331 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. feat: support repo-review

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    48b589c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. fix: distutils filter, add tests

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    e93d7b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. chore: remove __dir__ (could instead add ignore for coverage)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    2c829e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. chore: single file & 3.6 import

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b1d89cf View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    f085282 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c1a6df View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    2e7bbee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0f4379 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e78943 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6cdce3 View commit details
    Browse the repository at this point in the history
  5. Fix test tomllib

    abravalheri committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9244d11 View commit details
    Browse the repository at this point in the history
  6. Bump docs requirements

    abravalheri committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e12b8f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    23c24e8 View commit details
    Browse the repository at this point in the history
  2. Update pre-commit

    abravalheri committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5667e64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e735ab2 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    abravalheri committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9c5d56c View commit details
    Browse the repository at this point in the history
Loading