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:
garaiza-93 2024-01-11 01:32:13 -06:00 committed by GitHub
parent 7d6c62833b
commit 0379ab34cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -30,6 +30,9 @@ with lib; let
ansiblelint = {
package = pkgs.ansible-lint;
};
bandit = {
package = pkgs.python3Packages.bandit;
};
cppcheck = {
package = pkgs.cppcheck;
};