Skip to content

Commit

Permalink
update fix_typos.sh by pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjunz committed Aug 30, 2023
1 parent 36abbe6 commit ba2e22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fix_typos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ AUTHORIZED_LIST="$AUTHORIZED_LIST,Nealy" # Author in reference

python fix_typos/codespell/codespell.py -w -i 3 -q 2 -S "$EXCLUDED_FILES,./autotest/*,./build*/*" \
--words-white-list=$AUTHORIZED_LIST \
-D ./fix_typos/gdal_dict.txt .
-D ./fix_typos/gdal_dict.txt .

0 comments on commit ba2e22f

Please sign in to comment.