https://bugzilla.wikimedia.org/show_bug.cgi?id=48020

--- Comment #2 from Antoine "hashar" Musso <has...@free.fr> ---
Technically pep8 let you ignore specific errors and warnings using the 'ignore'
parameter.  That can be put in a .pep8 file at the root of the repository,
something like:

 [pep8]
 # Ignore W191 indentation contains tabs
 ignore = W191


If that is done, that means python files hosted in the repository could use
either spaces or tabs.  The files using tabs should probably be tagged properly
for the editors to use the "proper" spacing.  Aka for vim a modeline such as: 
vim: set noet:


<bikeshed>For consistency, I would advise sticking to the pep8 standard
:)</bikeshed>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to