File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
1
+ Add a CITATION.cff file to the root of the repository containing the necessary metadata to cite Pylint.
2
+
3
+ Closes #8760
You can’t perform that action at this time.
0 commit comments