Path to this page:
Subject: CVS commit: pkgsrc/devel/py-flake8-docstrings
From: Adam Ciarcinski
Date: 2019-10-22 08:51:54
Message id: 20191022065155.0B2BCFA75@cvs.NetBSD.org
Log Message:
py-flake8-docstrings: updated to 1.5.0
1.5.0
- Add --ignore-decorators option which allows functions with a specific
decorator to ignore error codes.
1.4.0
- Add --docstring-convention option which allows selection of conventions
besides the default pep257. Available options are based on those
available from pydocstyle and are currently pep257, google, and
numpy. flake8-docstrings also adds a special all docstring
convention which will enable all rules from pydocstyle. Note that
pydocstyle defines some conflicting rules so you'll want to use
ignore / extend-ignore when selecting docstring-convention = all
- Bump minimum flake8 version to 3
- Fix proper handling of stdin via --stdin-display-name
Files: