From 57edb0cca46f8126446197a81f926cb52aabd583 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 27 Apr 2023 08:57:19 +0100 Subject: [PATCH] ruff: Address EXE --- pyproject.toml | 1 - .../testns/test_collection/plugins/modules/test_module_2.py | 0 .../roles/role1/library/test_module_1_failed_complete.py | 0 .../roles/role3/library/test_module_3_failed_complete.py | 0 .../roles/role1/library/test_module_1_failed.py | 0 .../roles/role3/library/test_module_3_failed.py | 0 .../roles/role1/library/test_module_1_success.py | 0 .../roles/role3/library/test_module_3_success.py | 0 8 files changed, 1 deletion(-) mode change 100644 => 100755 test/local-content/collections/ansible_collections/testns/test_collection/plugins/modules/test_module_2.py mode change 100644 => 100755 test/local-content/test-roles-failed-complete/roles/role1/library/test_module_1_failed_complete.py mode change 100644 => 100755 test/local-content/test-roles-failed-complete/roles/role3/library/test_module_3_failed_complete.py mode change 100644 => 100755 test/local-content/test-roles-failed/roles/role1/library/test_module_1_failed.py mode change 100644 => 100755 test/local-content/test-roles-failed/roles/role3/library/test_module_3_failed.py mode change 100644 => 100755 test/local-content/test-roles-success/roles/role1/library/test_module_1_success.py mode change 100644 => 100755 test/local-content/test-roles-success/roles/role3/library/test_module_3_success.py diff --git a/pyproject.toml b/pyproject.toml index 0b787d1d78..269726fda7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -234,7 +234,6 @@ ignore = [ "SIM", "BLE", "D", - "EXE", "FBT", "PGH", "PTH", diff --git a/test/local-content/collections/ansible_collections/testns/test_collection/plugins/modules/test_module_2.py b/test/local-content/collections/ansible_collections/testns/test_collection/plugins/modules/test_module_2.py old mode 100644 new mode 100755 diff --git a/test/local-content/test-roles-failed-complete/roles/role1/library/test_module_1_failed_complete.py b/test/local-content/test-roles-failed-complete/roles/role1/library/test_module_1_failed_complete.py old mode 100644 new mode 100755 diff --git a/test/local-content/test-roles-failed-complete/roles/role3/library/test_module_3_failed_complete.py b/test/local-content/test-roles-failed-complete/roles/role3/library/test_module_3_failed_complete.py old mode 100644 new mode 100755 diff --git a/test/local-content/test-roles-failed/roles/role1/library/test_module_1_failed.py b/test/local-content/test-roles-failed/roles/role1/library/test_module_1_failed.py old mode 100644 new mode 100755 diff --git a/test/local-content/test-roles-failed/roles/role3/library/test_module_3_failed.py b/test/local-content/test-roles-failed/roles/role3/library/test_module_3_failed.py old mode 100644 new mode 100755 diff --git a/test/local-content/test-roles-success/roles/role1/library/test_module_1_success.py b/test/local-content/test-roles-success/roles/role1/library/test_module_1_success.py old mode 100644 new mode 100755 diff --git a/test/local-content/test-roles-success/roles/role3/library/test_module_3_success.py b/test/local-content/test-roles-success/roles/role3/library/test_module_3_success.py old mode 100644 new mode 100755