Skip to content

Commit 5f132cc

Browse files
committed
chore: Update radon invocation
1 parent 98c1789 commit 5f132cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ lint-style:
9191

9292
# Lint various metrics.
9393
lint-metrics:
94-
python -m radon cc --total-average --show-closures --show-complexity --min C {{src-dir}}
94+
radon cc --total-average --show-closures --show-complexity --min C {{src-dir}}
9595

9696
# Perform all security analyses.
9797
scan-sec: scan-sec-ast scan-sec-deps

0 commit comments

Comments
 (0)