diff --git a/wemake_python_styleguide/violations/oop.py b/wemake_python_styleguide/violations/oop.py index 2b0386498..5b56e9fa4 100644 --- a/wemake_python_styleguide/violations/oop.py +++ b/wemake_python_styleguide/violations/oop.py @@ -163,7 +163,7 @@ class StaticMethodViolation(ASTViolation): .. versionadded:: 0.1.0 .. versionchanged:: 0.11.0 - + See also: webucator.com/blog/2016/05/when-to-use-static-methods-in-python-never