Replace tabs with spaces on python files
-r, --recursive
Search Python files in the specified directory.
-n, --spaces
Number of spaces to replace one tab (default: 4).
-s, --start-only
Replace only at the beginning of the line.
-t, --spaces-to-tabs
Conversely, replace spaces with tabs.