summaryrefslogtreecommitdiff
path: root/tbump.toml
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-04-13 10:08:07 +0200
committerGitHub <noreply@github.com>2022-04-13 10:08:07 +0200
commitbbb54188c4b27e2a9f403d1b9c89b371ddab0363 (patch)
treec24e11005243831dc8443550df9a5e740ec48433 /tbump.toml
parentb95bc235cbfded0ebaa48c63b5644e2e53da1dec (diff)
downloadpylint-git-bbb54188c4b27e2a9f403d1b9c89b371ddab0363.tar.gz
Use ``namespace`` in ``--generate-rcfile`` (#6282)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'tbump.toml')
-rw-r--r--tbump.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tbump.toml b/tbump.toml
index 5426c45f5..27a7db71a 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -33,6 +33,10 @@ name = "Upgrade and check doc"
cmd = "tox -e docs||echo 'Hack so this command does not fail'"
[[before_commit]]
+name = "Upgrade the pylintrc examples"
+cmd = "pylint --rcfile=/dev/null --generate-rcfile > examples/pylintrc"
+
+[[before_commit]]
name = "Normalize the contributors-txt configuration"
cmd = "contributors-txt-normalize-configuration -a script/.contributors_aliases.json -o script/.contributors_aliases.json"