betamaxpy / betamax

A VCR imitation designed only for python-requests.
https://betamax.readthedocs.io/en/latest/
Other
562 stars 61 forks source link

docs: fix or ignore missing docstrings #205

Open jhatler opened 6 months ago

jhatler commented 6 months ago

This updates the docstrings, where trivial, to pass the flake8 docstring checks. In the cases where adding docstrings was non-trivial, the docstring check was ignored.

Refs: #204 Signed-off-by: Jaremy Hatler hatler.jaremy@gmail.com

jhatler commented 6 months ago

I don't have the necessary knowledge (or time) to provide docstrings for the entire codebase. I made the trivial changes that I could so the flake8-docstring checks pass. This is verified in https://github.com/jhatler/betamax/pull/4.