Example in documentation contains the following example:

But when using the latest version, we have the following error:
Error: Error while loading config: Cannot load configuration file `/github/workspace/.github/linters/lychee.toml`: Failed to parse configuration file
Caused by:
TOML parse error at line 32, column 11
|
32 | accept = [200, 206, 429]
| ^^^
invalid type: integer `200`, expected a string
Out lychee.toml file contains:
# Comma-separated list of accepted status codes for valid links.
accept = [200, 206, 429]
Example in documentation contains the following example:
But when using the latest version, we have the following error:
Out lychee.toml file contains: