|
26 | 26 | > [phplint][plint-git-lnk] **•**
|
27 | 27 | > [php-cs-fixer][pcsf-git-lnk] **•**
|
28 | 28 | > [pycodestyle][pycs-git-lnk] **•**
|
| 29 | +> [pydocstyle][pyds-git-lnk] **•** |
29 | 30 | > [pylint][pylint-git-lnk] **•**
|
30 | 31 | > [terraform-docs][tfdocs-git-lnk] **•**
|
31 | 32 | > [terragrunt][tg-git-lnk] **•**
|
@@ -363,6 +364,7 @@ linter below for reproducible local or remote CI tests:
|
363 | 364 | | [php-cs-fixer][pcsf-git-lnk] | [![pcsf-hub-img]][pcsf-hub-lnk] | PHP | PHP Coding Standards Fixer |
|
364 | 365 | | [black][black-git-lnk] | [![black-hub-img]][black-hub-lnk] | Python | The uncompromising Python code formatter |
|
365 | 366 | | [pycodestyle][pycs-git-lnk] | [![pycs-hub-img]][pycs-hub-lnk] | Python | Python style guide checker |
|
| 367 | +| [pydocstyle][pyds-git-lnk] | [![pyds-hub-img]][pyds-hub-lnk] | Python | Python docstyle checker | |
366 | 368 | | [pylint][pylint-git-lnk] | [![pylint-hub-img]][pylint-hub-lnk] | Python | Python source code, bug and quality checker |
|
367 | 369 | | [terraform-docs][tfdocs-git-lnk] | [![tfdocs-hub-img]][tfdocs-hub-lnk] | Terraform | Terraform doc generator (TF 0.12 ready) **<sup>[1]</sup>** |
|
368 | 370 | | [terragrunt][tg-git-lnk] | [![tg-hub-img]][tg-hub-lnk] | Terraform | Terragrunt and Terraform |
|
@@ -436,6 +438,10 @@ linter below for reproducible local or remote CI tests:
|
436 | 438 | [pycs-hub-img]: https://img.shields.io/docker/pulls/cytopia/pycodestyle.svg
|
437 | 439 | [pycs-hub-lnk]: https://hub.docker.com/r/cytopia/pycodestyle
|
438 | 440 |
|
| 441 | +[pyds-git-lnk]: https://github.com/cytopia/docker-pydocstyle |
| 442 | +[pyds-hub-img]: https://img.shields.io/docker/pulls/cytopia/pydocstyle.svg |
| 443 | +[pyds-hub-lnk]: https://hub.docker.com/r/cytopia/pydocstyle |
| 444 | +
|
439 | 445 | [pylint-git-lnk]: https://github.com/cytopia/docker-pylint
|
440 | 446 | [pylint-hub-img]: https://img.shields.io/docker/pulls/cytopia/pylint.svg
|
441 | 447 | [pylint-hub-lnk]: https://hub.docker.com/r/cytopia/pylint
|
|
0 commit comments