Skip to content
Snippets Groups Projects
Select Git revision
  • improved-logging
  • main default protected
  • update
  • fix-163
  • ping-increase
  • fmt
  • debian-worker
  • reqwest
  • xz
  • base64
  • fedora
  • release
  • chunked-gc
  • make-install
  • clippy
  • bump
  • bump-deps
  • tails-key
  • misc
  • fix-tails
  • post-body-size-limit
  • v0.25.0
  • v0.24.0
  • v0.23.1
  • v0.23.0
  • v0.22.1
  • v0.22.0
  • v0.21.0
  • v0.20.0
  • v0.19.0
  • v0.18.1
  • v0.18.0
  • v0.17.0
  • v0.16.6
  • v0.16.5
  • v0.16.4
  • v0.16.3
  • v0.16.2
  • v0.16.1
  • v0.16.0
  • v0.15.0
41 results

Dockerfile

Blame
  • .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