loganasherjones / yapconf

Yet Another Python Configuration
http://yapconf.readthedocs.io/en/stable/
MIT License
18 stars 4 forks source link

Black formatting #101

Closed hazmat345 closed 3 years ago

hazmat345 commented 4 years ago

This PR runs back on the following:

Edited to remove the tests directory. Running black with a line length to make the flake8 check pass significantly altered the tests package.

codecov-io commented 4 years ago

Codecov Report

Merging #101 into master will not change coverage. The diff coverage is 94.11%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #101   +/-   ##
======================================
  Coverage    93.3%   93.3%           
======================================
  Files           7       7           
  Lines        1105    1105           
  Branches      239     239           
======================================
  Hits         1031    1031           
  Misses         38      38           
  Partials       36      36
Impacted Files Coverage Δ
yapconf/exceptions.py 100% <ø> (ø) :arrow_up:
yapconf/handlers.py 97.14% <100%> (ø) :arrow_up:
yapconf/actions.py 82.14% <71.42%> (ø) :arrow_up:
yapconf/docs.py 90.57% <89.65%> (ø) :arrow_up:
yapconf/sources.py 85.46% <90.69%> (ø) :arrow_up:
yapconf/spec.py 98.83% <93.54%> (ø) :arrow_up:
yapconf/items.py 96.71% <97.61%> (ø) :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 f685ed6...3591799. Read the comment docs.

loganasherjones commented 4 years ago

I'll need to add this to the .travis.yml before I accept.

hazmat345 commented 4 years ago

@loganasherjones I added a black --check to the tox configuration. I set flake8's max line length to 88 to match what black is creating, if that's not what you want just let me know.