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

Fix typo in setup.cfg warning configuration #966

Merged
merged 1 commit into from Oct 4, 2019

Commits on Oct 4, 2019

  1. Fix typo in setup.cfg warning configuration

    It appears that we were relying on the "errors" filter to treat
    PendingDeprecationWarning as an error due to a typo in setup.cfg. This
    line is apparently redundant with the "error" line anyway, but it's best
    to have a working version of it if we're going to have it at all. I am
    leaving it in place to be explicit that even these "ignored by default"
    warnings should be errors, in case a default changes later.
    pganssle committed Oct 4, 2019
    Copy the full SHA
    8f506ba View commit details
    Browse the repository at this point in the history