Skip to content

Commit 534dec5

Browse files
committed
Add downloads stats badges to README
1 parent b60d8bc commit 534dec5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# pydoclint
22

3+
[![Downloads](https://static.pepy.tech/badge/pydoclint)](https://pepy.tech/project/pydoclint)
4+
[![Downloads](https://static.pepy.tech/badge/pydoclint/month)](https://pepy.tech/project/pydoclint)
5+
[![Downloads](https://static.pepy.tech/badge/pydoclint/week)](https://pepy.tech/project/pydoclint)
6+
37
_Pydoclint_ is a Python docstring linter to check whether a docstring's
48
sections (arguments, returns, raises, ...) match the function signature or
59
function implementation.

0 commit comments

Comments
 (0)