From 44f757e2d8fb1c3a9dfb9afe9c8e5bb4dcf8198c Mon Sep 17 00:00:00 2001 From: Mael MADON Date: Sun, 23 Feb 2020 11:18:04 +0100 Subject: [PATCH] refac: refactor for flake8 consistancy, issue #7 --- wemake_python_styleguide/violations/consistency.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wemake_python_styleguide/violations/consistency.py b/wemake_python_styleguide/violations/consistency.py index 498a15b5c..900db80d3 100644 --- a/wemake_python_styleguide/violations/consistency.py +++ b/wemake_python_styleguide/violations/consistency.py @@ -2155,12 +2155,16 @@ class LineCompriseCarriageReturnViolation(TokenizeViolation): class RawStringNotNeededViolation(TokenizeViolation): """ Summary here. + Reasoning: Reasoning here. + Solution: Solution here. + Example:: Examples here. + .. versionadded:: 0.13.0 """