Language

Package: python-pylama @ 7.7.1

Synopsis

Code audit tool for python

Description

Pylama is a code audit tool for Python and JavaScript to check for style, syntax and other code health metrics. It is essentially a convenient wrapper above tools such as Pyflakes, pydocstyle, pycodestyle and McCabe, among others.

Home page
https://github.com/klen/pylama
Location
gnu/packages/python-check.scm (line: 1874, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'python-mypy' does not match package name 'python-mypy-minimal'