drvinceknight/Nashpy

Add doctstring linter:

drvinceknight opened this issue · 1 comments

A functional docstring linter which checks whether a docstring's description matches the actual function/method implementation. Darglint expects docstrings to be formatted using the Google Python Style Guide, or Sphinx Style Guide, or Numpy Style Guide.

https://github.com/terrencepreilly/darglint

Hi, now that darglint is a public archive, how do you replace it?