Skip to content

Commit

Permalink
add necessary things for testing and excluding aws
Browse files Browse the repository at this point in the history
  • Loading branch information
valkiriaaquatica authored Jul 3, 2024
1 parent d2d0999 commit e0b6265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ src_paths = [
"tests/unit",
"tests/integration",
]

sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "ANSIBLE_CORE", "LOCALFOLDER"]
known_third_party = ["botocore", "boto3"]
known_ansible_core = ["ansible"]
known_ansible_amazon_aws = ["ansible_collections.amazon.aws"]
Expand Down

0 comments on commit e0b6265

Please sign in to comment.