File: index.rst

package info (click to toggle)
python-hacking 4.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 380 kB
  • sloc: python: 1,503; sh: 38; makefile: 23
file content (22 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
================================================
hacking: OpenStack Hacking Guideline Enforcement
================================================

hacking is a set of flake8 plugins that test and enforce the :ref:`StyleGuide`.

Hacking pins its dependencies, as a new release of some dependency can break
hacking based gating jobs. This is because new versions of dependencies can
introduce new rules, or make existing rules stricter.

* Contributing: If you are a new contributor to Hacking please refer: :doc:`contributor/contributing`


.. toctree::
   :maxdepth: 3

   user/index

.. toctree::
   :hidden:

   contributor/contributing