./devel/py-flake8-docstrings, Extension for flake8 using pydocstyle to check docstrings

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.7.0, Package name: py310-flake8-docstrings-1.7.0, Maintainer: minskim

A simple module that adds an extension for the pydocstyle tool to
flake8.


Required to run:
[devel/py-setuptools] [devel/py-flake8] [devel/py-docstyle] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 5.854 KB

Version history: (Expand)


CVS history: (Expand)


   2023-05-03 22:00:36 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flake8-docstrings: updated to 1.7.0

1.7.0
- Add ``--property-decorators`` option.
   2022-07-12 11:28:45 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-flake8-docstrings: does not support python2
   2022-06-19 00:02:38 by Thomas Klausner | Files touched by this commit (2)
Log message:
*: adapt for py-docstyle split
   2022-01-29 09:48:41 by Thomas Klausner | Files touched by this commit (12)
Log message:
*: convert py-flake8 users to versioned_dependencies
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-03-19 08:35:04 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flake8-docstrings: updated to 1.6.0

1.6.0
- Fix ``--ignore-noqa`` by disabling ``pydocstyle``'s ``noqa`` handling.