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: clalarco/python-lint-annotate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: issue-19-update-readme
Choose a base ref
...
head repository: marian-code/python-lint-annotate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 3, 2024

  1. Merge pull request marian-code#20 from clalarco/issue-19-update-readme

    Fixes marian-code#19 Updating README and adding an example for use-external-python
    marian-code authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    3892c0d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. Update macOS runner from macOS 13 to macOS 14

    The macOS 13 runner is retired.
    RytoEX committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    f6b9518 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Merge pull request marian-code#21 from RytoEX/update-macos-runner

    Update macOS runner from macOS 13 to macOS 14
    marian-code authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    ab76874 View commit details
    Browse the repository at this point in the history
  2. Fix macOS matrix excludes

    Fix an oversight from ab76874
    where the matrix was not properly updated to exclude older Python.
    RytoEX committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    6c1999c View commit details
    Browse the repository at this point in the history
  3. Fix macOS matrix excludes

    Fix an oversight from ab76874
    where the matrix was not properly updated to exclude older Python.
    RytoEX committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    48602b1 View commit details
    Browse the repository at this point in the history
  4. Update first-party GitHub Actions to avoid warnings about node20

    Details:
     * Update actions/checkout from v4 to v6
     * Update actions/setup-python from v5 to v6
    
    https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
    RytoEX committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    68f7991 View commit details
    Browse the repository at this point in the history
  5. Fix use-external-python in the action

    marian-code/python-lint-annotate@fd01666
    broke setting the Python version for the action.
    
    While use-external-python works in
    .github/workflows/test-python-install.yml, it does not work in the
    action itself. This is because custom action inputs cannot use true
    booleans, so the use-external-python input is a string type. This string
    then always gets interpreted as "true", so the "Setup python" condition
    always resolves to "false" due to negation.
    
    Use fromJSON to correctly convert the strings "true" and "false" to
    boolean types.
    RytoEX committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    247d333 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. Update all requirements to latest stable versions

    This also raises the minimum required Python version to 3.10, so update
    the supported Python version range to 3.10-3.14.
    
    Note that Python 3.10 will not install correctly on macOS 14+, so it is
    still excluded from those runners.
    RytoEX committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    09635a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61647a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2026

  1. Merge pull request marian-code#23 from RytoEX/fix-macos-matrix-excludes

    Fix macOS matrix excludes
    marian-code authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    74c70a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53651b0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request marian-code#24 from RytoEX/update-action

    Fix macOS matrix, update first-party GitHub Actions, fix use-external-python, update all requirements and linters
    marian-code authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    ffff026 View commit details
    Browse the repository at this point in the history
Loading