Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 362 Bytes

HACKING.rst

File metadata and controls

12 lines (9 loc) · 362 Bytes

Magnum Style Commandments

Magnum Specific Commandments

  • [M301] policy.enforce_wsgi decorator must be the first decorator on a method.
  • [M322] Method's default argument shouldn't be mutable.