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

ci: disable DeprecationWarning from pylint in tox #836

Merged
merged 1 commit into from
Jan 14, 2022

Commits on Jan 14, 2022

  1. ci: disable DeprecationWarning from pylint in tox

    Setting PYTHONWARNINGS to default::DeprecationWarning creates a lot of
    noise from pylint itself and makes it harder to read the log.
    
    We can re-enable the setting once pylint does not generate those warnings
    anymore.
    
    Signed-off-by: Thore Sommer <mail@thson.de>
    THS-on committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    4e86d91 View commit details
    Browse the repository at this point in the history