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

ansible-test - Update sanity test requirements #78324

Closed
wants to merge 4 commits into from

Commits on Jul 21, 2022

  1. ansible-test - Update sanity test requirements

    Update pylint to 2.9.6 to get around a false positive for
    undefined-variable in a decorator.
    
    pylint-dev/pylint#3791
    samdoran committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    37013e2 View commit details
    Browse the repository at this point in the history
  2. Update to pylint 2.10.2

    This is the minimum version that addressesd the original error I was
    seeing that does not fail with other pylint bugs.
    samdoran committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    6ae280d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bbebba View commit details
    Browse the repository at this point in the history
  4. Also ignore new checkers for collections

    Only the use-dict-literal is failing, but it’s probably best to disable
    the other rules as well so collection authors don’t get any unpleasant
    surprises.
    samdoran committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    8754425 View commit details
    Browse the repository at this point in the history