Skip to content

Commit 62cf71f

Browse files
Revert "Add a basic check that the new conf example do not crash"
This reverts commit 6e7fd4b.
1 parent 9ee5263 commit 62cf71f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tbump.toml

-8
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,10 @@ cmd = "tox -e docs||echo 'Hack so this command does not fail'"
3636
name = "Upgrade the pylintrc examples"
3737
cmd = "pylint --rcfile=/dev/null --generate-rcfile > examples/pylintrc"
3838

39-
[[before_commit]]
40-
name = "Check that the new pylintrc example is correct"
41-
cmd = "pylint --rcfile=examples/pylintrc setup.py"
42-
4339
[[before_commit]]
4440
name = "Upgrade the toml examples"
4541
cmd = "pylint --rcfile=/dev/null --generate-toml-config > examples/pyproject.toml"
4642

47-
[[before_commit]]
48-
name = "Check that the new toml example is correct"
49-
cmd = "pylint --rcfile=examples/pyproject.toml setup.py"
50-
5143
[[before_commit]]
5244
name = "Normalize the contributors-txt configuration"
5345
cmd = "contributors-txt-normalize-configuration -a script/.contributors_aliases.json -o script/.contributors_aliases.json"

0 commit comments

Comments
 (0)