We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec98c9 commit 678bc90Copy full SHA for 678bc90
README.rst
@@ -217,15 +217,15 @@ you need to do this, structure your entries like this:
217
218
[codespell]
219
dictionary = mydict,-
220
- ignore-words = bar,-foo
+ ignore-words-list = bar,-foo
221
222
instead of these invalid entries:
223
224
.. code-block:: ini
225
226
227
dictionary = -,mydict
228
- ignore-words = -foo,bar
+ ignore-words-list = -foo,bar
229
230
.. _tomli: https://pypi.org/project/tomli/
231
0 commit comments