1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: flake8-docstrings
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-flake8,
python3-flake8-polyfill,
python3-pydocstyle,
python3-setuptools
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/flake8-docstrings
Vcs-Git: https://salsa.debian.org/python-team/packages/flake8-docstrings.git
Homepage: https://gitlab.com/pycqa/flake8-docstrings
Package: python3-flake8-docstrings
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Enhances: flake8
Description: flake8 extension to check docstrings
A simple module which integrates pydocstyle to flake8.
.
pydocstyle is a standalone docstring style checker.
.
flake8 is a modular source code checker for Python.
.
This package provides the modules for Python 3.
|