From 64e2b46eec132709861ebb269e7b3dbf409d1b57 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 4 Jun 2025 14:26:05 +0200 Subject: [PATCH] Run new no-trailing-whitespace test. --- README.md | 2 +- antsibull-nox.toml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65b25407..345d83a3 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Tested with the current ansible-core-2.17, ansible-core 2.18, and ansible-core 2 ## External requirements -The exact requirements for every module are listed in the module documentation. +The exact requirements for every module are listed in the module documentation. Most modules require a recent enough version of [the Python cryptography library](https://pypi.org/project/cryptography/); the minimum supported version by this collection is 3.3. See the module documentations for the minimal version supported for each module. diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 03f96136..f4a3ce62 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -40,6 +40,10 @@ run_no_unwanted_files = true no_unwanted_files_module_extensions = [".py"] no_unwanted_files_yaml_extensions = [".yml"] run_action_groups = true +run_no_trailing_whitespace = true +no_trailing_whitespace_skip_directories = [ + "tests/unit/plugins/module_utils/_acme/fixtures/", +] [[sessions.extra_checks.action_groups_config]] name = "acme"