Makes config for "count" more clear as a boolean (#3307)

This commit is contained in:
Alex Marvin
2024-01-24 15:30:42 -05:00
committed by GitHub
parent a175a33a61
commit 326f55104d

View File

@ -166,7 +166,7 @@ is installed for versions of Python prior to 3.11. For example:
[tool.codespell]
skip = '*.po,*.ts,./src/3rdParty,./src/Test'
count = ''
count = true
quiet-level = 3
These are both equivalent to running: