mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +02:00
plugins/none-ls: add bandit source (#925)
* plugins/none-ls: add bandit source * plugins/none-ls: add test for bandit
This commit is contained in:
parent
7d6c62833b
commit
0379ab34cc
2 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,9 @@ with lib; let
|
|||
ansiblelint = {
|
||||
package = pkgs.ansible-lint;
|
||||
};
|
||||
bandit = {
|
||||
package = pkgs.python3Packages.bandit;
|
||||
};
|
||||
cppcheck = {
|
||||
package = pkgs.cppcheck;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue