You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm considering using a tool similar to this, but I would need it to work to automatically scan docstrings... maybe something that works in tandem with PyDocStyle? I'm not quite sure
The text was updated successfully, but these errors were encountered:
@julianLapenna12 Thanks for creating this interesting issue. If I get this correctly, you would like to scan the code/programs using an extended version of PyDocStyle that includes inclusive that can indicate non-inclusive sentences in the code.
Yes, it's not immediate and I'm also looking around for other libraries. But essentially on the larger scale, my team has been looking at a docstring linter that could detect words that are not inclusive and suggest replacements (i.e. abort would be flagged and suggested to be replaced with force quit).
I'm considering using a tool similar to this, but I would need it to work to automatically scan docstrings... maybe something that works in tandem with PyDocStyle? I'm not quite sure
The text was updated successfully, but these errors were encountered: