From 14f90f9fbe78f36dabfd534d25742bd4908cdbae Mon Sep 17 00:00:00 2001 From: oha <57052760+duriantaco@users.noreply.github.com> Date: Sun, 1 Mar 2026 11:19:13 +0800 Subject: [PATCH] Add skylos tool for dead code detection and analysis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d8335212..e8d688149 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome- - [code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts. - [prospector](https://github.com/PyCQA/prospector) - A tool to analyze Python code. - [vulture](https://github.com/jendrikseipp/vulture) - A tool for finding and analyzing dead Python code. + - [skylos](https://github.com/duriantaco/skylos) - A tool for dead code detection, quality and security scanning for Python, TypeScript, and Go with framework-aware analysis. - Code Linters - [flake8](https://github.com/PyCQA/flake8) - A wrapper around `pycodestyle`, `pyflakes` and McCabe. - [awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions)