Major Updates * Support for numpy conventions verification has been added. * Support for Python 2.6 has been dropped. * Support for PyPy3 has been temporarily dropped, until it will be equivalent to CPython 3.3+ and supported by pip. * Support for the pep257 console script has been dropped. Only the pydocstyle console script should be used. * Errors are now printed to stdout instead of stderr. New Features * Decorator-based skipping via --ignore-decorators has been added. * Support for using pycodestyle style wildcards has been added. * Superfluous opening quotes are now reported as part of D300. * Fixed a false-positive recognition of D410 and added D412. * Added --config=<path> flag to override the normal config file discovery and choose a specific config file. * Support for specifying error codes with partial prefix has been added, e.g., --select=D101,D2. * All configuration file can now have the .ini extension. * Added better imperative mood checks using third party stemmer. Bug Fixes * Made parser more robust to bad source files * Modules are now considered private if their name starts with a single underscore. This is a bugfix where “public module” (D100) was reported regardless of module name. * Removed error when __all__ is a list. * Fixed a bug where the @ sign was used as a matrix multiplication operator in Python 3.5, but was considered a decorator by the parser
37 lines
1.4 KiB
Text
37 lines
1.4 KiB
Text
@comment $NetBSD: PLIST,v 1.2 2017/07/30 15:53:49 adam Exp $
|
|
bin/pydocstyle-${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}/pydocstyle/__init__.py
|
|
${PYSITELIB}/pydocstyle/__init__.pyc
|
|
${PYSITELIB}/pydocstyle/__init__.pyo
|
|
${PYSITELIB}/pydocstyle/__main__.py
|
|
${PYSITELIB}/pydocstyle/__main__.pyc
|
|
${PYSITELIB}/pydocstyle/__main__.pyo
|
|
${PYSITELIB}/pydocstyle/checker.py
|
|
${PYSITELIB}/pydocstyle/checker.pyc
|
|
${PYSITELIB}/pydocstyle/checker.pyo
|
|
${PYSITELIB}/pydocstyle/cli.py
|
|
${PYSITELIB}/pydocstyle/cli.pyc
|
|
${PYSITELIB}/pydocstyle/cli.pyo
|
|
${PYSITELIB}/pydocstyle/config.py
|
|
${PYSITELIB}/pydocstyle/config.pyc
|
|
${PYSITELIB}/pydocstyle/config.pyo
|
|
${PYSITELIB}/pydocstyle/data/imperatives.txt
|
|
${PYSITELIB}/pydocstyle/data/imperatives_blacklist.txt
|
|
${PYSITELIB}/pydocstyle/parser.py
|
|
${PYSITELIB}/pydocstyle/parser.pyc
|
|
${PYSITELIB}/pydocstyle/parser.pyo
|
|
${PYSITELIB}/pydocstyle/utils.py
|
|
${PYSITELIB}/pydocstyle/utils.pyc
|
|
${PYSITELIB}/pydocstyle/utils.pyo
|
|
${PYSITELIB}/pydocstyle/violations.py
|
|
${PYSITELIB}/pydocstyle/violations.pyc
|
|
${PYSITELIB}/pydocstyle/violations.pyo
|
|
${PYSITELIB}/pydocstyle/wordlists.py
|
|
${PYSITELIB}/pydocstyle/wordlists.pyc
|
|
${PYSITELIB}/pydocstyle/wordlists.pyo
|