Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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
Loading
...
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
Loading
  • 20commits
  • 6files changed
  • 3contributors

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
    RytoEX committedMar 25, 2024
    Configuration menu
    Copy the full SHA
    d282401View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

    Remove Python 3.6 from tests to fix tests
    @marian-code
    marian-code authoredMar 26, 2024
    Configuration menu
    Copy the full SHA
    50e6253View 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 aspylint 3, only support Python 3.8+. Drop Python 3.7 in preparation toupdate those dependencies, which in turn should enable support forPython 3.11 and 3.12.
    @RytoEX
    RytoEX committedMar 26, 2024
    Configuration menu
    Copy the full SHA
    cb8a0a6View 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 andnode16. * Update actions/checkout from v1 to v4 * Update actions/setup-python from v2/v3 to v5
    @RytoEX
    RytoEX committedMar 26, 2024
    Configuration menu
    Copy the full SHA
    c45c0d6View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

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

    Drop Python 3.7 and support only Python 3.8+
    @marian-code
    marian-code authoredMar 27, 2024
    Configuration menu
    Copy the full SHA
    14b73b5View 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 adependency chain issue with the chain starting at pylint and ending atan outdated version of wrapt that did not support Python 3.11+. Theearliest version of pylint with an updated version of wrapt is pylint2.15. However, pylint 3.1.0 is the current version, so use that instead.
    @RytoEX
    RytoEX committedMar 27, 2024
    Configuration menu
    Copy the full SHA
    e8f6717View commit details
    Browse the repository at this point in the history
  5. Add Python 3.11 and 3.12

    @RytoEX
    RytoEX committedMar 27, 2024
    Configuration menu
    Copy the full SHA
    f1cd2e3View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

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

    Add Python 3.11 and 3.12
    @marian-code
    marian-code authoredApr 3, 2024
    Configuration menu
    Copy the full SHA
    0b7e999View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffe24b3View 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
    RytoEX committedApr 3, 2024
    Configuration menu
    Copy the full SHA
    9f24589View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

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

    Using different macos versions for python older and newer than 3.11
    @clalarco
    clalarco authoredNov 16, 2024
    Configuration menu
    Copy the full SHA
    0d460ffView 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
    clalarco committedNov 16, 2024
    Configuration menu
    Copy the full SHA
    93ec7a8View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

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

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

    Update all requirements to latest versions
    @marian-code
    marian-code authoredNov 18, 2024
    Configuration menu
    Copy the full SHA
    eeed842View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

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

Commits on Dec 3, 2024

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

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

[8]ページ先頭

©2009-2025 Movatter.jp