Currently `mypy` supports silencing specific errors with a comment using the syntax: `type: ignore[<error-code>]` This style comment is reported as a violation of `F723`