initc3 / HoneyBadgerMPC

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

Code quality/flake8 bugbear #435

Closed sbellem closed 4 years ago

sbellem commented 4 years ago

To handle/merge after #432 and #434.

What is Bugbear?

A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.

-- https://github.com/PyCQA/flake8-bugbear

Closes #343

codecov[bot] commented 4 years ago

Codecov Report

Merging #435 into dev will increase coverage by 0.00524%. The diff coverage is 79.16667%.

@@                 Coverage Diff                 @@
##                 dev        #435         +/-   ##
===================================================
+ Coverage   77.05767%   77.06291%   +0.00524%     
===================================================
  Files             50          50                 
  Lines           5601        5611         +10     
  Branches         856         859          +3     
===================================================
+ Hits            4316        4324          +8     
- Misses          1111        1112          +1     
- Partials         174         175          +1