mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +08:00
docs: Correct typos in ignore section configuration
This commit is contained in:
@ -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$']
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user