horizon/HACKING.rst
Tatiana Ovchinnikova b47f226647 Remove #noqa from django.conf.urls.include
We have one more import with #noqa: django.conf.urls.include that is also
commonly used in urls.py module and could be included to the list of
import exceptions. This change has also revealed one unused import.

Change-Id: I47cc582340625aac87ab0242b147e11ef1d9b38e
2014-09-29 13:58:39 +04:00

512 B

Horizon Style Commandments

  • Step 1: Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
  • Step 2: Read [hacking] section in tox.ini to find the list of names which can be imported directly without triggering the "H302: import only modules" flake8 warning
  • Step 3: Read on

Horizon Specific Commandments