Remove tab check from validate-modules.

It is redundant with the pycodestyle W191 "indentation contains tabs" check.
This commit is contained in:
Matt Clay 2018-05-21 13:54:15 -07:00
parent db195831fd
commit 8d39515914
2 changed files with 0 additions and 15 deletions

View file

@ -121,7 +121,6 @@ Errors
--------- -------------------
**4xx** **Syntax**
401 Python ``SyntaxError`` while parsing module
402 Indentation contains tabs
403 Type comparison using ``type()`` found. Use ``isinstance()`` instead
..
--------- -------------------