issues
search
jsh9
/
pydoclint
A Python docstring linter that checks arguments, returns, yields, and raises sections
https://pypi.org/project/pydoclint/
MIT License
149
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
InternalError: astAssign.targets[0] is of type <class 'ast.Attribute'>
#180
niallcm
opened
1 week ago
0
Possible bug? DOC105 for arguments with default values?
#179
mazer-ai
closed
1 week ago
2
quiet config
#178
aemonge
opened
3 weeks ago
0
Vague error message when the docstring of a member is dynamically assigned.
#177
austinyu
opened
1 month ago
0
False positive DOC203
#176
JohannesBuchner
opened
1 month ago
7
pydoclint uses variable instead of exception itself
#175
jsh9
opened
1 month ago
3
DOC503 picks up exception facilities
#174
nicholasjng
opened
1 month ago
7
Improve handling of long type annotations
#173
jsh9
closed
1 month ago
0
DOC503 false positive when same exception class is documented multiple times
#171
ssbarnea
closed
1 month ago
5
DOC501 / DOC503 not reported when return type is missing
#170
Apakottur
closed
1 month ago
3
Add error code for docstring styles that deviate from selected style
#169
alpastor4
opened
1 month ago
2
fix: DOC503 catch namespaced exceptions
#168
Amar1729
closed
2 months ago
2
doc(usage): Including a null-ls use with neovim.
#167
aemonge
closed
2 months ago
0
[feature] Hide settings, to be null-ls friendly
#166
aemonge
opened
2 months ago
6
False positives for DOC503?
#165
sondrfos
closed
2 months ago
8
How to properly format broken line to not get DOC203?
#164
Gabriel-p
closed
1 month ago
1
pydoclint generates DOC602 and DOC603 on google style guide example for classes
#163
jabbera
opened
2 months ago
5
ImportError: cannot import name 'DocstringAttr' from 'docstring_parser.common'
#162
magnussommarsjo
opened
2 months ago
6
feat: introduce DOC503 for checking specific raised exceptions
#161
Amar1729
closed
2 months ago
6
tox: use `deps = .` instead of `pip install`
#160
Amar1729
closed
3 months ago
1
docs: add "sphinx" as an allowed style
#159
Amar1729
closed
4 months ago
4
Add a feature to check exceptions (name and order)
#158
jsh9
closed
2 months ago
0
Handling 'Raises' sections where the error comes from a package
#157
Gabriel-p
closed
2 months ago
2
Stop trying to check folder with names ending in `.py`
#155
jsh9
closed
4 months ago
0
Improve class attr comparison logic
#154
jsh9
closed
4 months ago
0
Add option to treat property methods as class attributes
#153
jsh9
closed
4 months ago
0
Switch from tab to 4 spaces in baseline
#152
cidrblock
closed
3 months ago
3
pydoclint failing with InternalError after upgrade from 0.4.2 -> 0.5.3
#151
haakonvt
closed
4 months ago
2
Consider allowing `ivar` and `cvar` (and `vartype`) for attributes in sphinx style
#150
tmke8
opened
4 months ago
1
Add an option for private class attributes
#149
jsh9
closed
4 months ago
0
Issues with check-class-attributes and properties, as well as 'private' class variables
#148
Midnighter
closed
4 months ago
6
Add DOC604 & 605 test cases; improve DOC605 err msg
#147
jsh9
closed
4 months ago
0
Don't report DOC109 if arg list is empty
#146
jsh9
closed
4 months ago
0
Don't report DOC6xx if no docstring or short docstring
#145
jsh9
closed
4 months ago
0
Tab vs. spaces in baseline
#143
cidrblock
closed
3 months ago
1
DOC101: allow whitelisting specific arguments from being required for the docstring
#142
ssbarnea
closed
1 month ago
2
pydoclint wrongly assumes that any filesystem node ending in .py is a file
#141
ssbarnea
closed
4 months ago
1
check-class-attributes=True does not work for attrs-class
#140
Waschenbacher
opened
5 months ago
11
pydoclint 0.5.2 fails to find violation in a particular folder
#139
jsh9
closed
1 month ago
5
False positive when documenting dataclass attributes for Sphinx
#138
darosio
opened
5 months ago
2
Make url a proper link
#137
Gabriel-p
closed
5 months ago
1
Use "attribute" docstring section in Sphinx style
#136
jsh9
closed
5 months ago
0
pydoclint raises AttributeError on class with a Union type
#135
neilo-df
closed
5 months ago
4
Add special treatment for Sphinx style in class attr
#134
jsh9
closed
5 months ago
1
Fix another bug in class attr checking
#133
jsh9
closed
5 months ago
0
Fix annotation unparsing bug
#132
jsh9
closed
5 months ago
0
Use py310+ type annotations
#131
jsh9
closed
5 months ago
2
Check class attributes against docstring
#130
jsh9
closed
5 months ago
0
Improve DOC403 message
#129
jsh9
closed
5 months ago
0
Check for missing or incorrectly formatted docstring
#128
cidrblock
closed
6 months ago
1
Next