Use ruff check --fix instead of isort.

This commit is contained in:
Felix Fontein
2025-12-25 21:59:22 +01:00
parent 712d920941
commit 39bd985f5e
4 changed files with 15 additions and 9 deletions
+6
View File
@@ -29,3 +29,9 @@ unfixable = []
# Allow unused variables when underscore-prefixed or starting with dummy
dummy-variable-rgx = "^(_|dummy).*$"
[lint.isort]
known-third-party = [
"ansible_collections.community.internal_test_tools",
"ansible_collections.community.library_inventory_filtering_v1",
]