summaryrefslogtreecommitdiff
path: root/tbump.toml
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-03-25 11:05:48 +0100
committerGitHub <noreply@github.com>2022-03-25 11:05:48 +0100
commitd2df04773ac8c97b3bbdcc3ed1c7bdbaef2cfc7d (patch)
tree167c8c80686a0752295094245fb5308513729fc1 /tbump.toml
parent4d79e08d507674b71ef6d502050c72b59fb1bf53 (diff)
downloadastroid-git-d2df04773ac8c97b3bbdcc3ed1c7bdbaef2cfc7d.tar.gz
Update ``pylint`` to ``2.13`` (#1488)
Also remove the runtime installation of contributors-txt We can install it on python <3.8 now. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'tbump.toml')
-rw-r--r--tbump.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/tbump.toml b/tbump.toml
index ce6cb976..72775ee6 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -29,11 +29,6 @@ name = "Upgrade changelog changelog"
cmd = "python3 script/bump_changelog.py {new_version}"
[[before_commit]]
-# We only need this during tbump, it's not compatible with python < 3.7
-name = "Install dependencie for contributors.txt's update."
-cmd = "pip install 'contributors-txt>=0.7.3'"
-
-[[before_commit]]
name = "Normalize the contributors-txt configuration"
cmd = "contributors-txt-normalize-configuration -a script/.contributors_aliases.json -o script/.contributors_aliases.json"