docs: Correct typos in ignore section configuration

This commit is contained in:
Seohyun Lee
2025-05-20 02:08:41 +09:00
parent 2dbcb3e5dc
commit 95df26c973

View File

@ -50,7 +50,7 @@ glob = ['*.py']
And to ignore Python files in all PRs using `regex` pattern, set in a configuration file: And to ignore Python files in all PRs using `regex` pattern, set in a configuration file:
``` ```
[regex] [ignore]
regex = ['.*\.py$'] regex = ['.*\.py$']
``` ```