We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fca823 commit bafb229Copy full SHA for bafb229
CITATION.cff
@@ -0,0 +1,14 @@
1
+cff-version: 1.2.0
2
+title: "Pylint"
3
+message: >-
4
+ If you use this software, please cite it using the metadata from this file.
5
+type: software
6
+authors:
7
+ - name: "Pylint contributors"
8
+repository-code: "https://github.com/pylint-dev/pylint"
9
+url: "https://pylint.readthedocs.io/en/latest/"
10
+abstract: >-
11
+ Pylint is a static code analyser for Python 2 or 3. Pylint analyses your code without
12
+ actually running it. It checks for errors, enforces a coding standard, looks for code
13
+ smells, and can make suggestions about how the code could be refactored.
14
+license: GPL-2.0
doc/whatsnew/fragments/8760.other
@@ -0,0 +1,3 @@
+Add a CITATION.cff file to the root of the repository containing the necessary metadata to cite Pylint.
+
+Closes #8760
0 commit comments