remove python files from verify indent

This commit is contained in:
Denis Rouzaud 2024-11-20 11:28:19 +01:00
parent eae4307059
commit 77ba6af96b

View File

@ -31,7 +31,7 @@ for f in $FILES; do
# echo "Checking $f"
case "$f" in
*.cpp|*.c|*.h|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H|*.sip|*.py)
*.cpp|*.c|*.h|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H|*.sip)
;;
*)