munki / munki-pkg

Repo for the munkipkg tool and example projects
Other
343 stars 75 forks source link

Apply black and isort formatteres #39

Closed MichalMMac closed 5 years ago

MichalMMac commented 5 years ago

Since we started using black, flake8 and isort in autopkg I run them on munkipkg and submitted this PR if you are interested.

Flake8 notes:

gregneagle commented 5 years ago

I'm not yet ready to commit to consistently using those tools with my projects. If I merged this today, it would probably drift away from that style. Should definitely fix the undefined variable "err" bit, though.

MichalMMac commented 5 years ago

I am going to close this and change formatting of #42 to match the original style. OK?