File: CITATION.cff

package info (click to toggle)
pylint 4.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,276 kB
  • sloc: python: 76,515; makefile: 70
file content (14 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cff-version: 1.2.0
title: "Pylint"
message: >-
  If you use this software, please cite it using the metadata from this file.
type: software
authors:
  - name: "Pylint contributors"
repository-code: "https://github.com/pylint-dev/pylint"
url: "https://pylint.readthedocs.io/en/latest/"
abstract: >-
  Pylint is a static code analyser for Python 2 or 3. Pylint analyses your code without
  actually running it. It checks for errors, enforces a coding standard, looks for code
  smells, and can make suggestions about how the code could be refactored.
license: GPL-2.0