From 9e0baf370a15fecf3360996a6a2ead688fc61894 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 12 Mar 2022 12:39:52 +0100 Subject: Simplify hard to maintain copyright notice git is the source of truth for the copyright, copyrite (the tool) was taking exponentially longer with each release, and it's polluting the code with sometime as much as 50 lines of names. --- tbump.toml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tbump.toml') diff --git a/tbump.toml b/tbump.toml index 6744a745e..2116fdb7c 100644 --- a/tbump.toml +++ b/tbump.toml @@ -40,10 +40,6 @@ cmd = "contributors-txt-normalize-configuration -a script/.contributors_aliases. name = "Upgrade the contributors list" cmd = "python3 script/create_contributor_list.py" -[[before_commit]] -name = "Upgrade copyrights" -cmd = "pip3 install copyrite;copyrite --contribution-threshold 1 --change-threshold 3 --backend-type git --aliases=.copyrite_aliases . --jobs=8" - [[before_commit]] name = "Apply pre-commit" cmd = "pre-commit run --all-files||echo 'Hack so this command does not fail'" -- cgit v1.2.1