Open
Description
I might have missed it but it seems to me that the config file is nearly undocumented.
I can see all (?) possible config options via codespell --help
. But these are for the command line. It is not clear if this options do have an equivalent in the config file and what values they should have.
For example it seems that I can do count = True
in the config file. But from reading --help
it was not clear that True
is the correct value.
Or --check-hidden
is totally unclear. It works on command line but when I do check-hidden = True
I got codespell: error: unrecognized arguments: True
. So I don't know how to configure check-hidden
via config file.
Metadata
Metadata
Assignees
Labels
No labels