a7d900b488
3.2.1 -- 2016-11-21 ------------------- You can view the `3.2.1 milestone`_ on GitLab for more details. - Fix subtle bug when deciding whether to report an on-by-default's violation (See also `GitLab#257`_) - Fix another bug around SyntaxErrors not being reported at the right column and row (See also `GitLab#259`_ and `GitLab#237`_ for a related, previously fixed bug) - Fix regression from 2.x where we run checks against explicitly provided files, even if they don't match the filename patterns. (See also `GitLab#266`_) 3.2.0 -- 2016-11-14 ------------------- You can view the `3.2.0 milestone`_ on GitLab for more details. - Allow for pycodestyle 2.2.0 which fixes a bug in E305 (See also `GitLab#256`_) 3.1.1 -- 2016-11-14 ------------------- You can view the `3.1.1 milestone`_ on GitLab for more details. - Do not attempt to install/distribute a ``man`` file with the Python package; leave this for others to do. (See also `GitLab#254`_) - Fix packaging bug where wheel version constraints specified in setup.cfg did not match the constraints in setup.py. (See also `GitLab#255`_) 3.1.0 -- 2016-11-14 ------------------- You can view the `3.1.0 milestone`_ on GitLab for more details. - Add ``--bug-report`` flag to make issue reporters' lives easier. - Collect configuration files from the current directory when using our Git hook. (See also `GitLab#210`_, `GitLab#218`_, `GitLab#223`_) - Avoid unhandled exceptions when dealing with SyntaxErrors. (See also `GitLab#214`_, `GitLab#238`_) - Exit early if the value for ``--diff`` is empty. (See also `GitLab#226`_) - Handle empty ``--stdin-display-name`` values. (See also `GitLab#235`_) - Properly report the column number of Syntax Errors. We were assuming that all reports of column numbers were 0-indexed, however, SyntaxErrors report the column number as 1-indexed. This caused us to report a column number that was 1 past the actual position. Further, when combined with SyntaxErrors that occur at a newline, this caused the position to be visually off by two. (See also `GitLab#237`_) - Fix the behaviour of ``--enable-extensions``. Previously, items specified here were still ignored due to the fact that the off-by-default extension codes were being left in the ``ignore`` list. (See also `GitLab#239`_) - Fix problems around ``--select`` and ``--ignore`` behaviour that prevented codes that were neither explicitly selected nor explicitly ignored from being reported. (See also `GitLab#242`_) - Truly be quiet when the user specifies ``-q`` one or more times. Previously, we were showing the if the user specified ``-q`` and ``--show-source``. We have fixed this bug. (See also `GitLab#245`_) - Add new File Processor attribute, ``previous_unindented_logical_line`` to accommodate pycodestyle 2.1.0. (See also `GitLab#246`_) - When something goes wrong, exit non-zero. (See also `GitLab#248`_, `GitLab#209`_) - Add ``--tee`` as an option to allow use of ``--output-file`` and printing to standard out. - Allow the git plugin to actually be lazy when collecting files. - Allow for pycodestyle 2.1 series and pyflakes 1.3 series.
104 lines
3.8 KiB
Text
104 lines
3.8 KiB
Text
@comment $NetBSD: PLIST,v 1.3 2016/11/28 12:45:55 wiz Exp $
|
|
bin/flake8-${PYVERSSUFFIX}
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/flake8/__init__.py
|
|
${PYSITELIB}/flake8/__init__.pyc
|
|
${PYSITELIB}/flake8/__init__.pyo
|
|
${PYSITELIB}/flake8/__main__.py
|
|
${PYSITELIB}/flake8/__main__.pyc
|
|
${PYSITELIB}/flake8/__main__.pyo
|
|
${PYSITELIB}/flake8/api/__init__.py
|
|
${PYSITELIB}/flake8/api/__init__.pyc
|
|
${PYSITELIB}/flake8/api/__init__.pyo
|
|
${PYSITELIB}/flake8/api/legacy.py
|
|
${PYSITELIB}/flake8/api/legacy.pyc
|
|
${PYSITELIB}/flake8/api/legacy.pyo
|
|
${PYSITELIB}/flake8/checker.py
|
|
${PYSITELIB}/flake8/checker.pyc
|
|
${PYSITELIB}/flake8/checker.pyo
|
|
${PYSITELIB}/flake8/defaults.py
|
|
${PYSITELIB}/flake8/defaults.pyc
|
|
${PYSITELIB}/flake8/defaults.pyo
|
|
${PYSITELIB}/flake8/exceptions.py
|
|
${PYSITELIB}/flake8/exceptions.pyc
|
|
${PYSITELIB}/flake8/exceptions.pyo
|
|
${PYSITELIB}/flake8/formatting/__init__.py
|
|
${PYSITELIB}/flake8/formatting/__init__.pyc
|
|
${PYSITELIB}/flake8/formatting/__init__.pyo
|
|
${PYSITELIB}/flake8/formatting/base.py
|
|
${PYSITELIB}/flake8/formatting/base.pyc
|
|
${PYSITELIB}/flake8/formatting/base.pyo
|
|
${PYSITELIB}/flake8/formatting/default.py
|
|
${PYSITELIB}/flake8/formatting/default.pyc
|
|
${PYSITELIB}/flake8/formatting/default.pyo
|
|
${PYSITELIB}/flake8/main/__init__.py
|
|
${PYSITELIB}/flake8/main/__init__.pyc
|
|
${PYSITELIB}/flake8/main/__init__.pyo
|
|
${PYSITELIB}/flake8/main/application.py
|
|
${PYSITELIB}/flake8/main/application.pyc
|
|
${PYSITELIB}/flake8/main/application.pyo
|
|
${PYSITELIB}/flake8/main/cli.py
|
|
${PYSITELIB}/flake8/main/cli.pyc
|
|
${PYSITELIB}/flake8/main/cli.pyo
|
|
${PYSITELIB}/flake8/main/debug.py
|
|
${PYSITELIB}/flake8/main/debug.pyc
|
|
${PYSITELIB}/flake8/main/debug.pyo
|
|
${PYSITELIB}/flake8/main/git.py
|
|
${PYSITELIB}/flake8/main/git.pyc
|
|
${PYSITELIB}/flake8/main/git.pyo
|
|
${PYSITELIB}/flake8/main/mercurial.py
|
|
${PYSITELIB}/flake8/main/mercurial.pyc
|
|
${PYSITELIB}/flake8/main/mercurial.pyo
|
|
${PYSITELIB}/flake8/main/options.py
|
|
${PYSITELIB}/flake8/main/options.pyc
|
|
${PYSITELIB}/flake8/main/options.pyo
|
|
${PYSITELIB}/flake8/main/setuptools_command.py
|
|
${PYSITELIB}/flake8/main/setuptools_command.pyc
|
|
${PYSITELIB}/flake8/main/setuptools_command.pyo
|
|
${PYSITELIB}/flake8/main/vcs.py
|
|
${PYSITELIB}/flake8/main/vcs.pyc
|
|
${PYSITELIB}/flake8/main/vcs.pyo
|
|
${PYSITELIB}/flake8/options/__init__.py
|
|
${PYSITELIB}/flake8/options/__init__.pyc
|
|
${PYSITELIB}/flake8/options/__init__.pyo
|
|
${PYSITELIB}/flake8/options/aggregator.py
|
|
${PYSITELIB}/flake8/options/aggregator.pyc
|
|
${PYSITELIB}/flake8/options/aggregator.pyo
|
|
${PYSITELIB}/flake8/options/config.py
|
|
${PYSITELIB}/flake8/options/config.pyc
|
|
${PYSITELIB}/flake8/options/config.pyo
|
|
${PYSITELIB}/flake8/options/manager.py
|
|
${PYSITELIB}/flake8/options/manager.pyc
|
|
${PYSITELIB}/flake8/options/manager.pyo
|
|
${PYSITELIB}/flake8/plugins/__init__.py
|
|
${PYSITELIB}/flake8/plugins/__init__.pyc
|
|
${PYSITELIB}/flake8/plugins/__init__.pyo
|
|
${PYSITELIB}/flake8/plugins/_trie.py
|
|
${PYSITELIB}/flake8/plugins/_trie.pyc
|
|
${PYSITELIB}/flake8/plugins/_trie.pyo
|
|
${PYSITELIB}/flake8/plugins/manager.py
|
|
${PYSITELIB}/flake8/plugins/manager.pyc
|
|
${PYSITELIB}/flake8/plugins/manager.pyo
|
|
${PYSITELIB}/flake8/plugins/notifier.py
|
|
${PYSITELIB}/flake8/plugins/notifier.pyc
|
|
${PYSITELIB}/flake8/plugins/notifier.pyo
|
|
${PYSITELIB}/flake8/plugins/pyflakes.py
|
|
${PYSITELIB}/flake8/plugins/pyflakes.pyc
|
|
${PYSITELIB}/flake8/plugins/pyflakes.pyo
|
|
${PYSITELIB}/flake8/processor.py
|
|
${PYSITELIB}/flake8/processor.pyc
|
|
${PYSITELIB}/flake8/processor.pyo
|
|
${PYSITELIB}/flake8/statistics.py
|
|
${PYSITELIB}/flake8/statistics.pyc
|
|
${PYSITELIB}/flake8/statistics.pyo
|
|
${PYSITELIB}/flake8/style_guide.py
|
|
${PYSITELIB}/flake8/style_guide.pyc
|
|
${PYSITELIB}/flake8/style_guide.pyo
|
|
${PYSITELIB}/flake8/utils.py
|
|
${PYSITELIB}/flake8/utils.pyc
|
|
${PYSITELIB}/flake8/utils.pyo
|