X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/47480ca33143b250cb33ba501f201838269173ce..43b53a034c9e3ada9295bf7f93be473b66b74f75:/.vim/bundle/black/CITATION.cff diff --git a/.vim/bundle/black/CITATION.cff b/.vim/bundle/black/CITATION.cff deleted file mode 100644 index 7ff0e3ca..00000000 --- a/.vim/bundle/black/CITATION.cff +++ /dev/null @@ -1,22 +0,0 @@ -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 of hand-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