mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
docs: Correct typos in ignore section configuration
This commit is contained in:
parent
2dbcb3e5dc
commit
95df26c973
1 changed files with 1 additions and 1 deletions
|
|
@ -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$']
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue