Skip to content

Commit

Permalink
Closes #1781
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Feb 6, 2021
1 parent 01d5d88 commit 4bdb2b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wemake_python_styleguide/violations/best_practices.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,9 @@ class InitModuleHasLogicViolation(SimpleViolation):
Default:
:str:`wemake_python_styleguide.options.defaults.I_CONTROL_CODE`
When using ``--i-dont-control-code`` it is still recommended
to only have imports in your ``__init__.py``.
.. versionadded:: 0.1.0
"""
Expand Down

0 comments on commit 4bdb2b4

Please sign in to comment.