File python-editables.rpmlintrc of Package python-editables
# Not a real spelling error:
# - "sys" is from "sys.path"
addFilter(r" spelling-error \('(sys)',")
# The -doc subpackage was removed without replacement.
addFilter(r" obsolete-not-provided python-editables-doc$")