Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pin on Pylint to support Python 3.11 #260

Merged
merged 3 commits into from
Apr 8, 2024
Merged

Commits on Mar 28, 2024

  1. Remove pin on Pylint to support Python 3.11

    * pylintrc and tests/pylintrc generated with Pylint 3.1.0 by running
      "pylint --generate-rcfile" in a Python 3.11 virtual environment.
    * Tweaked code and "pylintrc" files so that Pylint checks all pass.
    * Add Python 3.11 and ROOT 6.30 to matrix in tests.yml.
    * Skip Pylint step in CI for Python 3.6 and Python 3.7.
    * ROOT binary built with Python 3.12 not yet supported by Micromamba.
    * Closes #234.
    GraemeWatt committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    08b563c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Remove pylintrc and tests/pylintrc config files

    * Just use default Pylint configuration making sure that checks pass.
    * Tweak code for "consider-using-f-string" and "unspecified-encoding".
    * Need to disable "no-name-in-module" and "no-member" checks for ROOT.
    GraemeWatt committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3a0f1ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4baa23f View commit details
    Browse the repository at this point in the history