strinking / docflow

A Discord Bot for evaluating code and viewing documentation, built for the Programming Discord Server.
6 stars 3 forks source link

Consistent formatting #25

Closed Audiatorix closed 7 years ago

jchristgit commented 7 years ago

So well, although I initially thought this was a good idea, PEP8 specifies that you should not:

Don't use spaces around the = sign when used to indicate a keyword argument or a default parameter value.

See https://www.python.org/dev/peps/pep-0008/#other-recommendations. My bad.

In addition to this, #26 introduced Travis integration and merging this would break the build. 😢