msherry / flycheck-pycheckers

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

Provide configurable binaries/invocation commands #18

Closed msherry closed 6 years ago

msherry commented 6 years ago

The generic command/get_run_flags options are fairly general, but it may be nice to allow for more customization if necessary. For instance, a company-wide mypy driver script would be nice to support.