initc3 / HoneyBadgerMPC

Robust MPC-based confidentiality layer for blockchains
GNU General Public License v3.0
128 stars 64 forks source link

Set the maximum line length for docstrings to 89 #432

Closed sbellem closed 4 years ago

sbellem commented 4 years ago

Python's style guide, PEP 8 recommends 72, but for now it is simpler with this higher bound to limit the number of required changes which would be 356.

codecov[bot] commented 4 years ago

Codecov Report

Merging #432 into dev will not change coverage. The diff coverage is n/a.

@@              Coverage Diff              @@
##                 dev        #432   +/-   ##
=============================================
  Coverage   77.27842%   77.27842%           
=============================================
  Files             50          50           
  Lines           5585        5585           
  Branches         856         856           
=============================================
  Hits            4316        4316           
  Misses          1095        1095           
  Partials         174         174