Skip to content
Snippets Groups Projects
Select Git revision
  • 94cac3d5638559a78bb1112bd0fa29210bfff8f9
  • master default protected
  • password
  • fixes2
  • loged
  • ammount
  • fixes
7 results

order.go

Blame
  • Forked from meskio / cicer
    Source project has a limited visibility.
    .pylintrc 359 B
    [FORMAT]
    good-names=e,f,i,x,s
    max-locals=20
    
    [MESSAGES CONTROL]
    disable=
        fixme,
        invalid-name,
        missing-docstring,
        protected-access,
    		abstract-method,
    		wrong-import-position,
    		catching-non-exception,
    		cell-var-from-loop,
    		locally-disabled,
    		invalid-sequence-index,  # pylint doesn't like things like `Tuple[int, bytes]` in type annotation