Skip to content

Commit 6c56cf3

Browse files
Daisuke YodaDaisuke Yoda
authored andcommitted
Add pyscn to Python tools
1 parent 4ef3d02 commit 6c56cf3

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

data/tools/pyscn.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: pyscn
2+
categories:
3+
- linter
4+
tags:
5+
- python
6+
license: MIT License
7+
types:
8+
- cli
9+
source: 'https://github.com/ludo-technologies/pyscn'
10+
homepage: 'https://github.com/ludo-technologies/pyscn'
11+
description: >-
12+
Intelligent Python code quality analyzer with CFG-based cyclomatic complexity
13+
analysis, dead code detection, clone detection (Type 1-4), and coupling
14+
metrics. Uses tree-sitter for parsing. Written in Go.

0 commit comments

Comments
 (0)