falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

chore: the new `black` is the new black #2013

Closed vytas7 closed 2 years ago

vytas7 commented 2 years ago

It seems that black has finally turned stable, which also brings the usual assortment of formatting changes.

codecov[bot] commented 2 years ago

Codecov Report

Merging #2013 (95d11cb) into master (390d5d2) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #2013   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           63        63           
  Lines         6715      6715           
  Branches      1243      1243           
=========================================
  Hits          6715      6715           
Impacted Files Coverage Δ
falcon/app.py 100.00% <100.00%> (ø)
falcon/asgi/stream.py 100.00% <100.00%> (ø)
falcon/util/__init__.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 390d5d2...95d11cb. Read the comment docs.

CaselIT commented 2 years ago

They seem reasonable enough!