File tree 2 files changed +0
-11
lines changed
doc/development_guide/contributor_guide/tests
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -103,13 +103,6 @@ repos:
103
103
]
104
104
exclude : tests(/\w*)*/functional/|tests/input|tests(/\w*)*data/|doc/
105
105
stages : [manual]
106
- - id : sphinx-generated-doc
107
- alias : sphinx-generated-doc
108
- name : sphinx-generated-doc
109
- entry : make -C doc/ html
110
- pass_filenames : false
111
- language : system
112
- stages : [pre-push]
113
106
- id : check-newsfragments
114
107
name : Check newsfragments
115
108
entry : python3 -m script.check_newsfragments
Original file line number Diff line number Diff line change @@ -28,10 +28,6 @@ This ensures your testing environment is similar to Pylint's testing environment
28
28
pre-commit hooks which should take care of the autoformatting for you before each
29
29
commit. To enable it, run ``pre-commit install `` in the ``pylint `` root directory.
30
30
31
- **Even more optionally **: You can enable slow on push hooks with ``pre-commit install --install-hooks -t pre-push ``.
32
- It will do slow checks like checking that the generated documentation is up to date
33
- before each push.
34
-
35
31
Astroid installation
36
32
--------------------
37
33
You can’t perform that action at this time.
0 commit comments