Skip to content

Commit

Permalink
Fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Feb 19, 2020
1 parent 4dea0fd commit f4d4508
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wemake_python_styleguide/violations/complexity.py
Expand Up @@ -56,6 +56,7 @@
CognitiveComplexityViolation
CognitiveModuleComplexityViolation
TooLongCallChainViolation
TooComplexAnnotationViolation
Module complexity
Expand Down Expand Up @@ -94,6 +95,7 @@
.. autoclass:: CognitiveComplexityViolation
.. autoclass:: CognitiveModuleComplexityViolation
.. autoclass:: TooLongCallChainViolation
.. autoclass:: TooComplexAnnotationViolation
"""

Expand Down

0 comments on commit f4d4508

Please sign in to comment.