Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
flake8 / docs / source / release-notes / 3.0.2.rst
Size: Mime:
3.0.2 -- 2016-07-26
-------------------

- Fix local config file discovery.  (See also `GitLab#181`_)

- Fix indexing of column numbers. We accidentally were starting column indices
  at 0 instead of 1.

- Fix regression in handling of errors like E402 that rely on a combination of
  attributes. (See also `GitLab#186`_)


.. links
.. _GitLab#181:
    https://gitlab.com/pycqa/flake8/issues/181
.. _GitLab#186:
    https://gitlab.com/pycqa/flake8/issues/186