ruff: Configure hacking as external linter

Change-Id: I4f250efae66b431cfe15453507fe4b507078074e
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane
2026-03-09 14:20:08 +00:00
parent 6a50eebef8
commit 42eb79cf63
+1
View File
@@ -93,3 +93,4 @@ docstring-code-format = true
[tool.ruff.lint]
select = ["E4", "E5", "E7", "E9", "F", "G", "LOG", "S", "UP"]
external = ["H"]