From 1fb4fa562ae00fba90d9637a2aba47d564d480f3 Mon Sep 17 00:00:00 2001 From: Ilya Vlasov <55441714+GirZ0n@users.noreply.github.com> Date: Wed, 28 Jun 2023 10:33:41 +0400 Subject: [PATCH] fix: fix WPS link --- hyperstyle/src/python/review/inspectors/flake8/issue_types.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hyperstyle/src/python/review/inspectors/flake8/issue_types.py b/hyperstyle/src/python/review/inspectors/flake8/issue_types.py index d3e549d3..fd6450e9 100644 --- a/hyperstyle/src/python/review/inspectors/flake8/issue_types.py +++ b/hyperstyle/src/python/review/inspectors/flake8/issue_types.py @@ -37,7 +37,8 @@ # Cohesion 'H601': IssueType.COHESION, - # The categorization for WPS was created using the following document: https://bit.ly/3yms06n + # The categorization for WPS was created using the following document: + # https://docs.google.com/document/d/1Y_DkYuglPvYlYmAJoyvkXEERbNDS3UhS # WPS: Naming 'WPS117': IssueType.CODE_STYLE, # Forbid naming variables self, cls, or mcs.