2.1.23.5. cli.pre_commit_scripts.check_for_tabs

Check whether the provided files contain tab characters.

This script scans each specified file for tab characters. If any are found, it reports the file and line number (when possible) for each occurrence. Intended for use in automated quality checks or pre-commit hooks to enforce whitespace standards. It is intended for use with pre-commit.

Functions

main([argv])

Check the specified files for tab characters.