File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -36,18 +36,10 @@ 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
-
43
39
[[before_commit ]]
44
40
name = " Upgrade the toml examples"
45
41
cmd = " pylint --rcfile=/dev/null --generate-toml-config > examples/pyproject.toml"
46
42
47
- [[before_commit ]]
48
- name = " Check that the new toml example is correct"
49
- cmd = " pylint --rcfile=examples/pyproject.toml setup.py"
50
-
51
43
[[before_commit ]]
52
44
name = " Normalize the contributors-txt configuration"
53
45
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