mdn / kuma

The project that powers MDN.
https://developer.mozilla.org
Mozilla Public License 2.0
1.93k stars 679 forks source link

style(python): reformat with Black 22.1.0 #8052

Closed caugner closed 2 years ago

caugner commented 2 years ago

See: https://github.com/psf/black/releases/tag/22.1.0

Black now normalizes string prefix order (https://github.com/psf/black/pull/2297)

codecov-commenter commented 2 years ago

Codecov Report

Merging #8052 (839410a) into main (0ab25fb) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #8052   +/-   ##
=======================================
  Coverage   82.28%   82.28%           
=======================================
  Files          71       71           
  Lines        2495     2495           
  Branches      200      200           
=======================================
  Hits         2053     2053           
  Misses        411      411           
  Partials       31       31           
Impacted Files Coverage Δ
kuma/core/tests/test_validators.py 100.00% <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 0ab25fb...839410a. Read the comment docs.