averywpx
Results
5
issues of
averywpx
Add generic functions that were in `gnomad_lof` repo.
Changelog: new feature
Add generic constraint functions called in building model part of the constraint pipeline.
I ran `pydocstringformatter --max-line-length=10 -w example.py` on the command line, expecting pydocstringformatter will change this: ``` """Hello yeeeeeeeee.""" ``` to this: ``` """Hello yeee eeeeee.""" ``` But I didn't see...