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: pylint-dev/pylint-plugin-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4730efa
Choose a base ref
...
head repository: pylint-dev/pylint-plugin-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f6547d6
Choose a head ref
  • 10 commits
  • 3 files changed
  • 1 contributor

Commits on May 14, 2023

  1. Bit of a janky fix to tests here - pylint 2.13 seems to have introduc…

    …ed something to the linter which cannot be pickled, which causes the tests to fail. However, the tests were to ensure that the additions of pylint-plugin-utils did not break picklability. So for now, for tests, just ignore the fact that the linter will not pickle because it is not the fault of pylint-plugin-utils...
    Carl Crowder committed May 14, 2023
    Configuration menu
    Copy the full SHA
    ba9c651 View commit details
    Browse the repository at this point in the history
  2. The test can stay for older versions of pylint, but probably is not n…

    …ecessary now since pylint is up to 2.17
    Carl Crowder committed May 14, 2023
    Configuration menu
    Copy the full SHA
    a3ef066 View commit details
    Browse the repository at this point in the history
  3. Fixing #26 by abandoning the test which is very very out of date and …

    …unecessary now
    Carl Crowder committed May 14, 2023
    Configuration menu
    Copy the full SHA
    cbffa14 View commit details
    Browse the repository at this point in the history
  4. Updating CI config with poetry packaging

    Carl Crowder committed May 14, 2023
    Configuration menu
    Copy the full SHA
    8039d24 View commit details
    Browse the repository at this point in the history
  5. fixing the caching directives in all the places they are tediously re…

    …peated
    Carl Crowder committed May 14, 2023
    Configuration menu
    Copy the full SHA
    9c6cdca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a512b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14882dc View commit details
    Browse the repository at this point in the history
  8. Testing more pypy versions

    Carl Crowder committed May 14, 2023
    Configuration menu
    Copy the full SHA
    afd98d6 View commit details
    Browse the repository at this point in the history
  9. Testing more pypy versions

    Carl Crowder committed May 14, 2023
    Configuration menu
    Copy the full SHA
    bd3551c View commit details
    Browse the repository at this point in the history
  10. Testing more pypy versions

    Carl Crowder committed May 14, 2023
    Configuration menu
    Copy the full SHA
    f6547d6 View commit details
    Browse the repository at this point in the history
Loading