#77 Stick to the pep8 style docker inventory
Closed by astepano. Opened by sturivny.
Unknown source master

Download 77.patch

Remove unused import.
Groome code to pep8 style.

Formating shout be as follow:

    # Check for any additional arguments to include when starting docker
    # container

in VIM: ctrl-v, gq

What is wrong with {0} ?

Right indentation:

    cmd = ["/usr/bin/docker", "run", "--detach",
           "--cidfile={}".format(cidfile)] + extra_arg_list + [
               "--entrypoint=/bin/sh", image, "-c", "sleep 1000000"]

2 new commits added

  • Stick to the pep8 style docker inventory
  • Stick to the pep7 style docker inventory

rebased onto 15d87494e957015bc6024f6cafbac3cbd8b1a494

@astepano Updated PR,
so if you have free time welcome for review =)

What is wrong with {0} ?
{} without 0 it looks simlpy.

Pull-Request has been closed by astepano

Metadata