msherry / flycheck-pycheckers

Multiple syntax checker for Python in Emacs, using Flycheck
GNU General Public License v3.0
63 stars 23 forks source link

Match default line length with checkers' default #36

Closed rafalcieslak closed 5 years ago

rafalcieslak commented 5 years ago

This PR addresses issue #35, by ensuring the default configuration for line-length in pycheckers matches what checkers (and PEP8 spec) use by default.

msherry commented 5 years ago

This looks good to me, thanks for the PR!