codespell 2.2.4 As codespell checks strings and if a string looks like the following: ``` f.write("\tread only = no\n") ``` It complains that `tread` is incorrect as it doesn't detect the `t` as part of the escape sequence.