==================== Rule ``cast_spaces`` ==================== A single space or none should be between cast and variable. Configuration ------------- ``space`` ~~~~~~~~~ spacing to apply between cast and variable. Allowed values: ``'none'``, ``'single'`` Default value: ``'single'`` Examples -------- Example #1 ~~~~~~~~~~ *Default* configuration. .. code-block:: diff --- Original +++ New @@ -1,3 +1,3 @@ 'single']``. .. code-block:: diff --- Original +++ New @@ -1,3 +1,3 @@ 'none']``. .. code-block:: diff --- Original +++ New @@ -1,3 +1,3 @@