django-cms / djangocms-frontend

django CMS frontend is a plugin bundle for django CMS providing several components for the frontend, currently implemented with the popular Bootstrap 5 framework.
Other
45 stars 20 forks source link

Fix typos and extend flake8 checks #6

Closed marksweb closed 2 years ago

marksweb commented 2 years ago

Fixes typos, removes unused imports & extends flake8 checks.

codecov-commenter commented 2 years ago

Codecov Report

Merging #6 (63493c5) into master (7315de1) will decrease coverage by 0.08%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
- Coverage   87.43%   87.35%   -0.09%     
==========================================
  Files         102      102              
  Lines        2563     2546      -17     
  Branches      489      489              
==========================================
- Hits         2241     2224      -17     
  Misses        241      241              
  Partials       81       81              
Impacted Files Coverage Δ
djangocms_frontend/common/spacing.py 77.52% <0.00%> (ø)
...cms_frontend/contrib/card/frameworks/bootstrap5.py 64.28% <ø> (-6.31%) :arrow_down:
...cms_frontend/contrib/grid/frameworks/bootstrap5.py 68.18% <ø> (-3.25%) :arrow_down:
...rontend/contrib/jumbotron/frameworks/bootstrap5.py 80.00% <ø> (-10.91%) :arrow_down:
djangocms_frontend/settings.py 92.45% <100.00%> (ø)

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 7315de1...63493c5. Read the comment docs.