AndrewIngram / django-extra-views

Django's class-based generic views are awesome, let's have more of them.
MIT License
1.39k stars 172 forks source link

Lint - black, flake8, isort #202

Closed therefromhere closed 5 years ago

therefromhere commented 5 years ago

Also added to tox, and added a .editorconfig.

codecov-io commented 5 years ago

Codecov Report

Merging #202 into master will decrease coverage by 0.12%. The diff coverage is 73.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #202      +/-   ##
==========================================
- Coverage   83.93%   83.81%   -0.13%     
==========================================
  Files           4        4              
  Lines         386      383       -3     
  Branches       48       48              
==========================================
- Hits          324      321       -3     
  Misses         48       48              
  Partials       14       14
Impacted Files Coverage Δ
extra_views/dates.py 66.66% <50%> (ø) :arrow_up:
extra_views/generic.py 77.77% <50%> (-0.8%) :arrow_down:
extra_views/contrib/mixins.py 92.06% <90.62%> (ø) :arrow_up:
extra_views/advanced.py 93.8% <93.75%> (-0.11%) :arrow_down:

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 2d5c887...dac5273. Read the comment docs.