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 fallback getloadavg impl. #589

Closed
wants to merge 3 commits into from

Commits on Jul 24, 2020

  1. Add a pylintrc.

    For now it disables all checks except for checks that I have already
    eliminated and silenced.
    
    Signed-off-by: Alec Warner <[email protected]>
    antarus12345 committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    9ceb6c8 View commit details
    Browse the repository at this point in the history
  2. Swap pylint to enable all checks.

    The disable list has been tweaked to disable most of the bad-style ones.
    
    Signed-off-by: Alec Warner <[email protected]>
    antarus12345 committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    e51c515 View commit details
    Browse the repository at this point in the history
  3. getloadavg was available in python 2.3.

    Is there any reason to keep this fallback implementation?
    
    Signed-off-by: Alec Warner <[email protected]>
    antarus12345 committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    9f27a1e View commit details
    Browse the repository at this point in the history