platisd / duplicate-code-detection-tool

A simple Python3 tool to detect similarities between files within a repository
MIT License
162 stars 30 forks source link

Feature: pre commit hook #21

Closed jmartens closed 1 year ago

jmartens commented 1 year ago

This PR adds functionality and documentation for configuring Duplicate Code Detection Tool as a hook for pre-commit, for details see https://pre-commit.com/ .