mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 03:46:55 +00:00
Use ruff check --fix instead of isort.
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user