I was reading PEP8:
a backslash followed by a space and a newline does not count as a line continuation marker. Some editors don't preserve it and many projects (like CPython itself) have pre-commit hooks that reject it.
Resorting to the community, I thought pre-commit hooks weren't pushable/clonable.
How can CPython have pre-commit hooks if this is true ?
(A naive question perhaps)