alan-turing-institute / netts

Toolbox for creating networks capturing semantic content of speech transcripts.
https://alan-turing-institute.github.io/netts/
GNU General Public License v3.0
8 stars 1 forks source link

Make hook IDs unique so hooks can be run by themselves #119

Closed Iain-S closed 3 years ago

Iain-S commented 3 years ago

Overview

Makes the hook IDs unique so that you can run them with pre-commit run <hook-id>

Checks