File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 84
84
85
85
### Documentation
86
86
87
+ - Add a CITATION.cff file to the root of the repository, containing metadata on how to
88
+ cite this software (#3723 )
89
+
87
90
<!-- Major changes to documentation and policies. Small docs changes
88
91
don't need a changelog entry. -->
89
92
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