Closed eirikurj closed 1 year ago
Yeah, I think it would be a good initial step to writing better doc strings. We can disable check on some specific codes if there are issues we do not like or want to address in the future. As for pyGeo, I just did a quick check and from what I can tell, I dont think its too bad. I can push and make a PR there addressing these soon.
Purpose
Noticed that many of our repos have a broken API documentation, see here for example. Enabling the
flake8-rst-docstrings
should address this.Expected time until merged
Type of change
Testing
Checklist
flake8
andblack
to make sure the Python code adheres to PEP-8 and is consistently formattedfprettify
or C/C++ code withclang-format
as applicable