summaryrefslogtreecommitdiff
path: root/tbump.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tbump.toml')
-rw-r--r--tbump.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/tbump.toml b/tbump.toml
index 6744a745e..2116fdb7c 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -41,10 +41,6 @@ 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'"