Current problem
The FAQ having the list of messages containing all the duplicated in other linters is missing a message.
pycodestyle's code W391 is duplicated by trailing-newlines [C0305] in Pylint.
Desired solution
Add the message trailing-newlines to the FAQ in the pycodestyle section.
Additional context
No response