BluEye-Robotics / blueye.sdk

A Python package for remote control of Blueye underwater drones.
GNU Lesser General Public License v3.0
17 stars 4 forks source link

Fix black config #73

Closed sindrehan closed 4 years ago

sindrehan commented 4 years ago

Fixes a silly typo in the config for black, causing all files to be formatted to the default 88 instead of 100 as we wanted.

codecov[bot] commented 4 years ago

Codecov Report

Merging #73 into master will not change coverage. The diff coverage is 75%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #73   +/-   ##
=======================================
  Coverage   73.27%   73.27%           
=======================================
  Files           6        6           
  Lines         318      318           
=======================================
  Hits          233      233           
  Misses         85       85
Flag Coverage Δ
#macos_python37 73.27% <75%> (ø) :arrow_up:
#macos_python38 73.27% <75%> (ø) :arrow_up:
#ubuntu_python37 73.27% <75%> (ø) :arrow_up:
#ubuntu_python38 73.27% <75%> (ø) :arrow_up:
Impacted Files Coverage Δ
blueye/sdk/camera.py 54.16% <100%> (ø) :arrow_up:
blueye/sdk/utils.py 100% <100%> (ø) :arrow_up:
blueye/sdk/pioneer.py 79.8% <50%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a4c0138...c9d42bb. Read the comment docs.