Mon, 20 May 2024 02:58:33 UTC | login

Information for build emacs-flycheck-pycheckers-0.15-1.fc33

ID187583
Package Nameemacs-flycheck-pycheckers
Version0.15
Release1.fc33
Epoch
SummaryMultiple syntax checker for Python in Emacs, using Flycheck
DescriptionThis package provides a way to run multiple syntax checkers on Python code, in parallel. The list of supported checkers includes: * pylint * flake8 * pep8 * pyflakes * mypy * bandit This is an alternative way of running multiple Python syntax checkers in Flycheck that doesn't depend on Flycheck's chaining mechanism. Flycheck is opinionated about what checkers should be run, and chaining is difficult to get right. This package assumes that the user knows what they want, and can configure their checkers accordingly — if they want to run both flake8 and pylint, that's fine. This also allows us to run multiple syntax checkers in parallel, rather than sequentially.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Nov 2020 12:37:32 UTC
CompletedFri, 27 Nov 2020 12:37:32 UTC
Tags
f33
f37
f38
RPMs
src
emacs-flycheck-pycheckers-0.15-1.fc33.src.rpm (info) (download)
noarch
emacs-flycheck-pycheckers-0.15-1.fc33.noarch.rpm (info) (download)
Changelog * Thu Aug 20 2020 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.15-1 - Initial RPM release