From 95e17b33dc147c9c35742853e17bdf3fd508550b Mon Sep 17 00:00:00 2001 From: hituzi no sippo <43565959+hituzi-no-sippo@users.noreply.github.com> Date: Wed, 2 Oct 2024 03:43:50 +0900 Subject: [PATCH] float-values: Fix indentation in documentation --- yamllint/rules/float_values.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yamllint/rules/float_values.py b/yamllint/rules/float_values.py index 77a243bf..7c7c60cc 100644 --- a/yamllint/rules/float_values.py +++ b/yamllint/rules/float_values.py @@ -75,7 +75,7 @@ anemometer: angle: .NaN - #. With ``float-values: {forbid-inf: true}`` +#. With ``float-values: {forbid-inf: true}`` the following code snippets would **FAIL**: ::