Skip to content

coala 0.9.1

Compare
Choose a tag to compare
@Mixih Mixih released this 28 Dec 16:21

This bugfix release addressed the following issues:

  • The installer has been fixed to only install on supported python versions.
    Issue #3310
    Issue #3383
  • The format_str option to specify a format string has ben restored to
    coala run in format mode. This is deprecated and was only restored to
    provide plug-in developers a grace period to switch to the replacement
    setting format.
    Issue #3303
  • Setuptools was removed from our requirements list because having it only
    only caused dependency problems for other packages installed on the system
    coala Bears Issue #751
  • PyPrint dependency was updated to a version which does not pull in
    setuptools anymore.
  • API change: An auto-apply disable option was added to run_coala to fix
    issue detection by unattended services that use coala when the coafile
    contains a default_action
    Issue #3212
  • A few specific language class behaviors were changed. This should only
    affect developers
    Pull #3175
    Pull #3167