Victor Stinner wrote:
> We should also add pre-commit scripts to avoid the reintroduction of 
> tabulations in C (and Python?) files.

Python and ReST files are already covered (with reindent.py and
reindent-rst.py to fix any files that get mixed up).

"make patchcheck" includes the precommit checks for both of those file
types.

It's only C files that haven't been fixed yet (because their whitespace
is such a mess overall, whereas the others were already pretty clean
even before the precommit hooks were added).

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to