From a6b5884fc66a9dce70aade45ff70faa595ec0c18 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 4 Jun 2025 15:06:45 +0200 Subject: [PATCH] Also ignore keyfile3. --- antsibull-nox.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/antsibull-nox.toml b/antsibull-nox.toml index f4a3ce62..7917bc74 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -41,6 +41,9 @@ 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_paths = [ + "tests/integration/targets/luks_device/files/keyfile3", +] no_trailing_whitespace_skip_directories = [ "tests/unit/plugins/module_utils/_acme/fixtures/", ]