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: marian-code/python-lint-annotate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3
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
  • 20 commits
  • 6 files changed
  • 3 contributors

Commits on Mar 25, 2024

  1. Remove Python 3.6 from tests to fix tests

    Python 3.6 is not available on ubuntu-latest (22.04).
    It was available when ubuntu-latest was 20.04.
    RytoEX committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d282401 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge pull request #7 from RytoEX/fix-tests

    Remove Python 3.6 from tests to fix tests
    marian-code authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    50e6253 View commit details
    Browse the repository at this point in the history
  2. Drop Python 3.7 and support only Python 3.8+

    Python 3.7 is EOL, and updated versions of some dependencies, such as
    pylint 3, only support Python 3.8+. Drop Python 3.7 in preparation to
    update those dependencies, which in turn should enable support for
    Python 3.11 and 3.12.
    RytoEX committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    cb8a0a6 View commit details
    Browse the repository at this point in the history
  3. Update first-party GitHub Actions

    Update first-party GitHub Actions to avoid warnings about node12 and
    node16.
     * Update actions/checkout from v1 to v4
     * Update actions/setup-python from v2/v3 to v5
    RytoEX committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c45c0d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Merge pull request #8 from RytoEX/update-github-actions

    Update first-party GitHub Actions
    marian-code authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2bd9006 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd7a7f9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9 from RytoEX/drop-py-37

    Drop Python 3.7 and support only Python 3.8+
    marian-code authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    14b73b5 View commit details
    Browse the repository at this point in the history
  4. Update pylint from 2.12.1 to 3.1.0

    When trying to add Python 3.11 and 3.12, tests failed due to a
    dependency chain issue with the chain starting at pylint and ending at
    an outdated version of wrapt that did not support Python 3.11+. The
    earliest version of pylint with an updated version of wrapt is pylint
    2.15. However, pylint 3.1.0 is the current version, so use that instead.
    RytoEX committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e8f6717 View commit details
    Browse the repository at this point in the history
  5. Add Python 3.11 and 3.12

    RytoEX committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f1cd2e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Merge pull request #10 from RytoEX/update-requirements

    Update pylint from 2.12.1 to 3.1.0
    marian-code authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b28fd04 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from RytoEX/add-py311-312

    Add Python 3.11 and 3.12
    marian-code authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0b7e999 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffe24b3 View commit details
    Browse the repository at this point in the history
  4. Update all requirements to latest versions

    Also, update the README to just point to requirements.txt.
    RytoEX committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9f24589 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    99fbd89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from clalarco/issue-17-fix-workflows

    Using different macos versions for python older and newer than 3.11
    clalarco authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    0d460ff View commit details
    Browse the repository at this point in the history
  3. ISSUE-15 New parameter to use an existing python installation.

    - New parameter use-external-python to use an already installed python
    - Installation of requirements.txt uses --ignore-installed to avoid overriding versions defined in an external python
    - Adding a test workflow to check use-external-python
    clalarco committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    93ec7a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Merge pull request #16 from clalarco/issue-15-skip-python-installation

    Resolves #15 Allow to use an external python module
    marian-code authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    fd01666 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from RytoEX/update-all-requirements

    Update all requirements to latest versions
    marian-code authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    eeed842 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

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

Commits on Dec 3, 2024

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

    Fixes #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
Loading