Commit 99a0c46
authored
Fix codespell, try different argument --regex (#1669)
* Try different argument
--ignore-regex IGNORE_REGEX
regular expression that is used to find patterns to ignore by treating as whitespace. When writing
regular expressions, consider ensuring there are boundary non-word chars, e.g., "\bmatch\b".
Defaults to empty/disabled.
...
-r REGEX, --regex REGEX
regular expression that is used to find words. By default any alphanumeric character, the
underscore, the hyphen, and the apostrophe is used to build words. This option cannot be specified
together with --write-changes.
* Goose chase source code
* Attempt to use args
* Try default argparse generation
Missing meta variable
* Fix quotes
* Try underscores1 parent f4a8e6d commit 99a0c46
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
0 commit comments