From c7398d32bd954eae0f4157274f9a33a77f30a47a Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Mon, 29 Jul 2024 15:14:46 -0400 Subject: [PATCH] dependencies_fedora: add more Python linting utils Signed-off-by: Bryan Gurney --- dependencies_fedora.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dependencies_fedora.sh b/dependencies_fedora.sh index 2c74377..92808ee 100755 --- a/dependencies_fedora.sh +++ b/dependencies_fedora.sh @@ -41,4 +41,7 @@ dnf -y install git \ python3-pyudev \ python3-semantic_version \ python3-setuptools \ - python3-wcwidth + python3-wcwidth \ + python3-isort \ + bandit \ + black