issues
search
jsh9
/
pydoclint
A Python docstring linter that checks arguments, returns, yields, and raises sections
https://pypi.org/project/pydoclint/
MIT License
151
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
False positive 403 with "yield from" statement
#127
pplantinga
closed
6 months ago
1
False positive DOC405
#126
ddelange
opened
9 months ago
6
False positive DOC201
#125
ddelange
opened
9 months ago
1
Remove useless argument `--src`
#124
jsh9
closed
9 months ago
0
Fix double quotes in Literal type hint
#123
jsh9
closed
9 months ago
0
Add class attributes checking support
#122
Oreilles
closed
5 months ago
9
Google style: Allow omitting `*args` and `**kwargs` from doc string
#121
AbeCoull
opened
9 months ago
3
Include args with different type hints in DOC105 msg
#120
jsh9
closed
9 months ago
0
Add option to show filename for each violation msg
#119
jsh9
closed
9 months ago
0
Add option to output with filename for each error.
#118
gigi-minds-ai
closed
9 months ago
2
Deprecated command line argument `--src` leads to errors or missing proper documentation
#117
kesmik
closed
9 months ago
2
Exclude venv folders in flake8
#116
jamesbraza
closed
10 months ago
0
Fix false positive DOC203 in property methods
#115
jsh9
closed
10 months ago
0
Option to only check for non-existent params in pydocs, rather than params missing in pydocs
#114
JessieSteckling
closed
10 months ago
2
More config control for type hinting in signature
#113
JessieSteckling
closed
10 months ago
2
Allow more control over`--skip-checking-short-docstrings`
#112
llucax
opened
10 months ago
4
Google style: Allow documenting `@property`s as a member
#111
llucax
closed
9 months ago
5
Google style: Allow omitting only the `Returns`/`Yields` if summary starts with `Return(s)/Yield(s)`
#110
llucax
opened
10 months ago
16
Failure to detect `noqa` statement
#109
ddelange
closed
9 months ago
5
Failure to detect the `import typing as tt` convention
#108
ddelange
closed
10 months ago
2
**kwargs only arguments throw DOC106 and DOC109
#107
OliverKleinBST
closed
10 months ago
2
Request: Add configuration option that allows for type hint in signature _or_ docstring, but not both
#106
dvmcconnell
closed
10 months ago
2
BUG: Return literal with double quotes incorrectly raises v203
#105
ShivMunagala
closed
9 months ago
3
Documenting tool integration
#104
jamesbraza
closed
10 months ago
3
Add shortcuts for long typing.Annotated type hints
#103
lecode-official
opened
1 year ago
3
Parameters not processed correctly for numpy style with incorrect underscoring
#102
d3nzil
opened
1 year ago
1
Docs request: `pre-commit` config for `flake8`
#101
jamesbraza
closed
10 months ago
1
Request: not throwing DOC501 for `abstractmethod`
#100
jamesbraza
opened
1 year ago
3
Request: ability to disable certain codes explicitly via config
#99
jamesbraza
closed
1 year ago
2
Docs request: more info on `allow-init-docstring`
#98
jamesbraza
closed
1 year ago
3
Docs request: easier to find link to https://jsh9.github.io/pydoclint/ in `README.md`
#97
jamesbraza
closed
1 year ago
1
Docs request: are ignores possible when not in `flake8` mode?
#96
jamesbraza
closed
1 year ago
4
Incorrect sample `pre-commit` config
#95
jamesbraza
closed
1 year ago
1
Fix prepended escape char handling
#94
jsh9
closed
1 year ago
0
Disable parallel mode in pre-commit
#93
jsh9
closed
1 year ago
0
Sphinx prefers escaping the asterisk for *args and **kwargs with a backslash but this confuses pydoclint
#92
tmke8
closed
1 year ago
5
Option to disable printing config
#91
adasium
closed
1 year ago
2
Update dependency to fix return section parsing
#90
jsh9
closed
1 year ago
0
Ignore underscore args when checking args
#89
jsh9
closed
1 year ago
0
Unused function arguments
#87
AdrianSosic
closed
1 year ago
5
Don't check type hints for DOC103
#86
jsh9
closed
1 year ago
0
Arguments wrongly listed as missing based on type
#85
ezwelty
closed
1 year ago
4
Bug: return values that is a union is dependent on order
#84
einarwar
closed
1 year ago
6
Baseline integration
#83
Egorrko
closed
1 year ago
14
Make flake8 dependency optional
#82
jsh9
closed
1 year ago
0
Is dependency on flake8 needed?
#81
magnussommarsjo
closed
1 year ago
3
Do not require Yields section if yielding None
#80
jsh9
closed
1 year ago
0
google: Allow omitting `Yields:` if the yield (generator/iterator) type is `None`
#79
llucax
closed
1 year ago
3
Check funcs with both return and yield statements
#78
jsh9
closed
1 year ago
0
Stop enforcing Generator when a function yields things
#77
jsh9
closed
1 year ago
0
Previous
Next