Skip to content

Commit e7df209

Browse files
committed
Add radon linter
Signed-off-by: Mihai Criveti <[email protected]>
1 parent ef8709f commit e7df209

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/lint.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@ jobs:
7777
setup: pip install interrogate
7878
cmd: interrogate -vv mcpgateway --fail-under 100
7979

80+
# Advanced Python Analysis
81+
- id: radon
82+
setup: pip install radon
83+
cmd: |
84+
radon cc mcpgateway --min C --show-complexity
85+
radon mi mcpgateway --min B
86+
8087
# - id: mypy
8188
# setup: pip install mypy
8289
# cmd: mypy mcpgateway

0 commit comments

Comments
 (0)