programs.pylint.enable
Whether to enable the pylint Python linter.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.pylint.package
The pylint package to use.
Type: package
Default:
pkgs.python3Packages.pylint
Declared by:
programs.pylint.settings
The pylint configuration.
Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string) or a non-empty list of them)
Default:
{}
Declared by: