mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: python-mccabe: Fix indentation.
* gnu/packages/python-xyz.scm (python-mccabe): Fix indentation.
This commit is contained in:
parent
43c889de85
commit
4ef16b23e6
1 changed files with 11 additions and 12 deletions
|
@ -8266,9 +8266,8 @@ (define-public python-mccabe
|
|||
("python-pytest-runner" ,python-pytest-runner)))
|
||||
(home-page "https://github.com/PyCQA/mccabe")
|
||||
(synopsis "McCabe checker, plugin for flake8")
|
||||
(description
|
||||
"This package provides a Flake8 plug-in to compute the McCabe cyclomatic
|
||||
complexity of Python source code.")
|
||||
(description "This package provides a Flake8 plug-in to compute the McCabe
|
||||
cyclomatic complexity of Python source code.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-mccabe
|
||||
|
|
Loading…
Reference in a new issue