mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 02:57:44 +00:00
Fix errors reported by new version of cspell
This commit is contained in:
parent
921cbe4dba
commit
d2a75457f6
6 changed files with 6 additions and 5 deletions
|
@ -10,7 +10,7 @@ from pathlib import Path
|
|||
# third party dependencies
|
||||
from tqdm import tqdm
|
||||
|
||||
# spell-checker:ignore (libs) tqdm imap ; (shell/mac) xcrun ; (vars) nargs
|
||||
# spell-checker:ignore (libs) tqdm imap ; (shell/mac) xcrun ; (vars) nargs retcode csvfile
|
||||
|
||||
BINS_PATH = Path("../src/uu")
|
||||
CACHE_PATH = Path("compiles_table.csv")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue