[DOCS] Remove hacking H303

It was documented that tox ignores hacking H303 but that has since
been removed (the rule and all) so this change removes it from the
documentation.

Change-Id: I7b9315b30a174272e1bc88f89b443fac257edb53
This commit is contained in:
Kyle L. Henderson 2016-12-08 13:27:17 -06:00
parent 2e1c6a4dce
commit d2e8ce4231

View File

@ -112,7 +112,6 @@ Python coding conventions are tested using `PEP8`_, with the following
convention exceptions:
* F403 - 'from ansible.module_utils.basic import \*'
* H303 - No wildcard imports
Testing may be done locally by executing: