Skip to content

Commit

Permalink
refac: refactor for flake8 consistancy, issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Mael MADON authored and Mema5 committed Feb 24, 2020
1 parent 720b632 commit 44f757e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wemake_python_styleguide/violations/consistency.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down

0 comments on commit 44f757e

Please sign in to comment.