This repository was archived by the owner on Nov 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-51
lines changed Expand file tree Collapse file tree 3 files changed +4
-51
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,11 +2,8 @@ pydocstyle - docstring style checker
2
2
====================================
3
3
4
4
5
- .. image :: https://travis-ci.org/PyCQA/pydocstyle.svg?branch=master
6
- :target: https://travis-ci.org/PyCQA/pydocstyle
7
-
8
- .. image :: https://ci.appveyor.com/api/projects/status/40kkc366bmrrttca/branch/master?svg=true
9
- :target: https://ci.appveyor.com/project/Nurdok/pydocstyle/branch/master
5
+ .. image :: https://github.com/PyCQA/pydocstyle/workflows/Run%20tests/badge.svg
6
+ :target: https://github.com/PyCQA/pydocstyle/actions?query=workflow%3A%22Run+tests%22+branch%3Amaster
10
7
11
8
.. image :: https://readthedocs.org/projects/pydocstyle/badge/?version=latest
12
9
:target: https://readthedocs.org/projects/pydocstyle/?badge=latest
@@ -15,6 +12,8 @@ pydocstyle - docstring style checker
15
12
.. image :: https://img.shields.io/pypi/pyversions/pydocstyle.svg
16
13
:target: https://pypi.org/project/pydocstyle
17
14
15
+ .. image :: https://pepy.tech/badge/pydocstyle
16
+ :target: https://pepy.tech/project/pydocstyle
18
17
19
18
**pydocstyle ** is a static analysis tool for checking compliance with Python
20
19
docstring conventions.
You can’t perform that action at this time.
0 commit comments