-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b4d7d5
commit f3b50e4
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
cff-version: 1.2.0 | ||
title: "Black: The uncompromising Python code formatter" | ||
message: >- | ||
If you use this software, please cite it using the metadata from this file. | ||
type: software | ||
authors: | ||
- family-names: Langa | ||
given-names: Łukasz | ||
- name: "contributors to Black" | ||
repository-code: "https://github.com/psf/black" | ||
url: "https://black.readthedocs.io/en/stable/" | ||
abstract: >- | ||
Black is the uncompromising Python code formatter. By using it, you agree to cede | ||
control over minutiae ofhand-formatting. In return, Black gives you speed, | ||
determinism, and freedom from pycodestyle nagging about formatting. You will save time | ||
and mental energy for more important matters. | ||
Blackened code looks the same regardless of the project you're reading. Formatting | ||
becomes transparent after a while and you can focus on the content instead. | ||
Black makes code review faster by producing the smallest diffs possible. | ||
license: MIT |