From d2df04773ac8c97b3bbdcc3ed1c7bdbaef2cfc7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Fri, 25 Mar 2022 11:05:48 +0100 Subject: 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 --- tbump.toml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tbump.toml') diff --git a/tbump.toml b/tbump.toml index ce6cb976..72775ee6 100644 --- a/tbump.toml +++ b/tbump.toml @@ -28,11 +28,6 @@ src = "astroid/__pkginfo__.py" 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" -- cgit v1.2.1