mandiant / capa

The FLARE team's open-source tool to identify capabilities in executable files.
Apache License 2.0
3.99k stars 499 forks source link

Add deptry support #2085

Closed s-ff closed 1 month ago

s-ff commented 1 month ago

Closes #1497.

Checklist

s-ff commented 1 month ago

Should we add a deptry pre-commit hook?

-   id: deptry
    name: deptry
    description: deptry is a command line tool to check for issues with dependencies in a Python project, such as unused or missing dependencies.
    entry: deptry .
    language: system
    always_run: true
    pass_filenames: false