-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: marian-code/python-lint-annotate
base: v3
head repository: marian-code/python-lint-annotate
compare: master
- 20 commits
- 6 files changed
- 3 contributors
Commits on Mar 25, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for d282401 - Browse repository at this point
Copy the full SHA d282401View commit details
Commits on Mar 26, 2024
-
Merge pull request #7 from RytoEX/fix-tests
Remove Python 3.6 from tests to fix tests
Configuration menu - View commit details
-
Copy full SHA for 50e6253 - Browse repository at this point
Copy the full SHA 50e6253View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for cb8a0a6 - Browse repository at this point
Copy the full SHA cb8a0a6View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c45c0d6 - Browse repository at this point
Copy the full SHA c45c0d6View commit details
Commits on Mar 27, 2024
-
Merge pull request #8 from RytoEX/update-github-actions
Update first-party GitHub Actions
Configuration menu - View commit details
-
Copy full SHA for 2bd9006 - Browse repository at this point
Copy the full SHA 2bd9006View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd7a7f9 - Browse repository at this point
Copy the full SHA dd7a7f9View commit details -
Merge pull request #9 from RytoEX/drop-py-37
Drop Python 3.7 and support only Python 3.8+
Configuration menu - View commit details
-
Copy full SHA for 14b73b5 - Browse repository at this point
Copy the full SHA 14b73b5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e8f6717 - Browse repository at this point
Copy the full SHA e8f6717View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1cd2e3 - Browse repository at this point
Copy the full SHA f1cd2e3View commit details
Commits on Apr 3, 2024
-
Merge pull request #10 from RytoEX/update-requirements
Update pylint from 2.12.1 to 3.1.0
Configuration menu - View commit details
-
Copy full SHA for b28fd04 - Browse repository at this point
Copy the full SHA b28fd04View commit details -
Merge pull request #13 from RytoEX/add-py311-312
Add Python 3.11 and 3.12
Configuration menu - View commit details
-
Copy full SHA for 0b7e999 - Browse repository at this point
Copy the full SHA 0b7e999View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffe24b3 - Browse repository at this point
Copy the full SHA ffe24b3View commit details -
Update all requirements to latest versions
Also, update the README to just point to requirements.txt.
Configuration menu - View commit details
-
Copy full SHA for 9f24589 - Browse repository at this point
Copy the full SHA 9f24589View commit details
Commits on Nov 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 99fbd89 - Browse repository at this point
Copy the full SHA 99fbd89View commit details -
Merge pull request #1 from clalarco/issue-17-fix-workflows
Using different macos versions for python older and newer than 3.11
Configuration menu - View commit details
-
Copy full SHA for 0d460ff - Browse repository at this point
Copy the full SHA 0d460ffView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 93ec7a8 - Browse repository at this point
Copy the full SHA 93ec7a8View commit details
Commits on Nov 18, 2024
-
Merge pull request #16 from clalarco/issue-15-skip-python-installation
Resolves #15 Allow to use an external python module
Configuration menu - View commit details
-
Copy full SHA for fd01666 - Browse repository at this point
Copy the full SHA fd01666View commit details -
Merge pull request #14 from RytoEX/update-all-requirements
Update all requirements to latest versions
Configuration menu - View commit details
-
Copy full SHA for eeed842 - Browse repository at this point
Copy the full SHA eeed842View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ea5c8b5 - Browse repository at this point
Copy the full SHA ea5c8b5View commit details
Commits on Dec 3, 2024
-
Merge pull request #20 from clalarco/issue-19-update-readme
Fixes #19 Updating README and adding an example for use-external-python
Configuration menu - View commit details
-
Copy full SHA for 3892c0d - Browse repository at this point
Copy the full SHA 3892c0dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3...master