File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484
8585### Documentation
8686
87+ - Add a CITATION.cff file to the root of the repository, containing metadata on how to
88+ cite this software (#3723 )
89+
8790<!-- Major changes to documentation and policies. Small docs changes
8891 don't need a changelog entry. -->
8992
Original file line number Diff line number Diff line change 1+ cff-version : 1.2.0
2+ title : " Black: The uncompromising Python code formatter"
3+ message : >-
4+ If you use this software, please cite it using the metadata from this file.
5+ type : software
6+ authors :
7+ - family-names : Langa
8+ given-names : Łukasz
9+ - name : " contributors to Black"
10+ repository-code : " https://github.com/psf/black"
11+ url : " https://black.readthedocs.io/en/stable/"
12+ abstract : >-
13+ Black is the uncompromising Python code formatter. By using it, you agree to cede
14+ control over minutiae ofhand-formatting. In return, Black gives you speed,
15+ determinism, and freedom from pycodestyle nagging about formatting. You will save time
16+ and mental energy for more important matters.
17+
18+ Blackened code looks the same regardless of the project you're reading. Formatting
19+ becomes transparent after a while and you can focus on the content instead.
20+
21+ Black makes code review faster by producing the smallest diffs possible.
22+ license : MIT
You can’t perform that action at this time.
0 commit comments