Start checking codebase with the codespell tool
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 16 Sep 2020 22:24:02 +0000 (22:24 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 16 Sep 2020 22:29:09 +0000 (22:29 +0000)
commit29041014a531835bf9b6a80ca9d7ed414a929432
treeef63a93a4390b7345d92877b0130bc824a2411cb
parent1e89bee5f3434a5d82d448508e5416a7cc95727c
Start checking codebase with the codespell tool

Use master branch tip of codespell for now, until it supports
configuration in the included .codespellrc in a released version.
Also correct things its default dictionary selection identified as
misspellings, with the exception of intentional misspellings in the
sample spelling correction config and selftest which exercises it.
.codespellrc [new file with mode: 0644]
doc/source/coder.rst
mudpy/misc.py
mudpy/telnet.py
share/command.yaml
tox.ini