tophat / codewatch

[deprecated] Monitor and manage deeply customizable metrics about your python code using ASTs
https://codewatch.io
Apache License 2.0
38 stars 3 forks source link

run `black -l79` against code #75

Open cabiad opened 5 years ago

cabiad commented 5 years ago

TODO: Add black -l79 --check to CI as well ...

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #75   +/-   ##
=======================================
  Coverage   96.39%   96.39%           
=======================================
  Files           8        8           
  Lines         333      333           
  Branches       46       46           
=======================================
  Hits          321      321           
  Misses          6        6           
  Partials        6        6
Flag Coverage Δ
#py27 96.39% <100%> (ø) :arrow_up:
#py36 96.39% <100%> (ø) :arrow_up:
#py37 96.39% <100%> (ø) :arrow_up:
Impacted Files Coverage Δ
codewatch/__init__.py 100% <100%> (ø) :arrow_up:
codewatch/loader.py 100% <100%> (ø) :arrow_up:
codewatch/file_walker.py 100% <100%> (ø) :arrow_up:
codewatch/defaults.py 100% <100%> (ø) :arrow_up:
codewatch/assertion.py 100% <100%> (ø) :arrow_up:
codewatch/node_visitor.py 88.88% <100%> (ø) :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 f357a3b...0dda4ea. Read the comment docs.