2020-04-07 09:13:54 +00:00
|
|
|
# This is just temporary, when upstream merges PRs it can be removed
|
|
|
|
# https://github.com/psf/requests/pull/5410
|
|
|
|
addFilter(r'(non-executable-script|wrong-script-interpreter) .+/pip/_vendor/requests/certs.py\b')
|
|
|
|
|
2023-05-22 09:55:02 +00:00
|
|
|
# This file is actually a script but in the vendored context of pip, it is never executed
|
|
|
|
addFilter(r'non-executable-script .+/pip/_vendor/distro/distro.py\b')
|
2020-08-05 16:46:46 +00:00
|
|
|
|
2020-04-07 09:13:54 +00:00
|
|
|
# We ship README with the main package but not with the wheel
|
|
|
|
addFilter(r'python-pip-wheel.noarch: W: no-documentation')
|