Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 548 Bytes

index.rst

File metadata and controls

19 lines (13 loc) · 548 Bytes

The Black Code Style

Current style <current_style> Future style <future_style>

Black is a PEP 8 compliant opinionated formatter with its own style.

It should be noted that while keeping the style unchanged throughout releases is a goal, the Black code style isn't set in stone. Sometimes it's modified in response to user feedback or even changes to the Python language!

Documentation for both the current and future styles can be found:

  • current_style
  • future_style