Functions | |
None | run (list[str] args) |
Variables | |
args | |
Simple script for rebuilding .codespell-ignore-lines Usage: cat < /dev/null > .codespell-ignore-lines pre-commit run --all-files codespell >& /tmp/codespell_errors.txt python3 tools/codespell_ignore_lines_from_errors.py /tmp/codespell_errors.txt > .codespell-ignore-lines git diff to review changes, then commit, push.
Definition at line 17 of file codespell_ignore_lines_from_errors.py.
codespell_ignore_lines_from_errors.args |
Definition at line 40 of file codespell_ignore_lines_from_errors.py.