File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,18 @@ cmd = "tox -e docs||echo 'Hack so this command does not fail'"
36
36
name = " Upgrade the pylintrc examples"
37
37
cmd = " pylint --rcfile=/dev/null --generate-rcfile > examples/pylintrc"
38
38
39
+ [[before_commit ]]
40
+ name = " Check that the new pylintrc example is correct"
41
+ cmd = " pylint --rcfile=examples/pylintrc setup.py"
42
+
39
43
[[before_commit ]]
40
44
name = " Upgrade the toml examples"
41
45
cmd = " pylint --rcfile=/dev/null --generate-toml-config > examples/pyproject.toml"
42
46
47
+ [[before_commit ]]
48
+ name = " Check that the new toml example is correct"
49
+ cmd = " pylint --rcfile=examples/pyproject.toml setup.py"
50
+
43
51
[[before_commit ]]
44
52
name = " Normalize the contributors-txt configuration"
45
53
cmd = " contributors-txt-normalize-configuration -a script/.contributors_aliases.json -o script/.contributors_aliases.json"
You can’t perform that action at this time.
0 commit comments