This PR addresses issue #549 (noqa does only work as intended with single...
This PR addresses issue #549 (noqa does only work as intended with single letter error codes). A single change in the regex `NOQA_INLINE_REGEXP` in `defaults.py` will allow to catch error codes which consist of more than one letter.
This will close #549.