Skip to content

Commit

Permalink
Black run
Browse files Browse the repository at this point in the history
  • Loading branch information
bart1e committed Feb 26, 2023
1 parent 4474bc2 commit 5f6551d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither/detectors/functions/cyclomatic_complexity.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CyclomaticComplexity(AbstractDetector):
IMPACT = DetectorClassification.INFORMATIONAL
CONFIDENCE = DetectorClassification.HIGH

WIKI = 'https://github.com/crytic/slither/wiki/Detector-Documentation#cyclomatic-complexity'
WIKI = "https://github.com/crytic/slither/wiki/Detector-Documentation#cyclomatic-complexity"

WIKI_TITLE = "Cyclomatic complexity"
WIKI_DESCRIPTION = "Detects functions with high (> 11) cyclomatic complexity."
Expand Down

0 comments on commit 5f6551d

Please sign in to comment.