center-for-threat-informed-defense / tram

TRAM is an open-source platform designed to advance research into automating the mapping of cyber threat intelligence reports to MITRE ATT&CK®.

Home Page:https://ctid.mitre-engenuity.org/our-work/tram/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre-commit lint is not working

mehaase opened this issue · comments

When running make lint in a local dev environment, the following error occurs:

./.venv/bin/pre-commit install
make: ./.venv/bin/pre-commit: No such file or directory
make: *** [.git/hooks/pre-commit] Error 1

This is because pre-commit is not installed in .venv.

Closed via #171