From 3182485e9b6180331f5d8a5a105d557bda943b3b Mon Sep 17 00:00:00 2001 From: Daisuke Yoda Date: Tue, 24 Mar 2026 04:23:37 +0900 Subject: [PATCH] Add project: pyscn Python code quality analyzer with CFG-based dead code detection, multi-algorithm clone detection (Type 1-4), coupling metrics, and cyclomatic complexity analysis. Built with Go and tree-sitter. --- projects.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects.yaml b/projects.yaml index 5994177..e9a6768 100644 --- a/projects.yaml +++ b/projects.yaml @@ -109,6 +109,10 @@ projects: github_id: tonybaloney/wily category: code-metrics pypi_id: wily + - name: pyscn + github_id: ludo-technologies/pyscn + category: code-metrics + pypi_id: pyscn - name: cohesion github_id: mschwager/cohesion category: code-metrics