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 7ec60ca commit 8236d11Copy full SHA for 8236d11
README.rst
@@ -117,6 +117,17 @@ These are both equivalent to running::
117
118
codespell --quiet-level 3 --count --skip "*.po,*.ts,./src/3rdParty,./src/Test"
119
120
+If several config files are present, they are read in the following order:
121
+
122
+#. ``pyproject.toml``
123
+#. ``setup.cfg``
124
+#. ``.codespellrc``
125
+#. any additional file supplied via ``--config``
126
127
+If a codespell configuration is supplied in several of these files,
128
+the configuration from the most recently read file overwrites previously
129
+specified configurations.
130
131
Any options specified in the command line will *override* options from the
132
config files.
133
0 commit comments