File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed
Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,8 @@ repos:
3131 hooks :
3232 - id : pyupgrade
3333 args : [--py38-plus]
34- - repo : local
34+ - repo : https://github.com/sphinx-contrib/sphinx-lint
35+ rev : v0.9.1
3536 hooks :
36- - id : rst
37- name : rst
38- entry : rst-lint --encoding utf-8
39- files : ^(CHANGES.rst|README.rst)$
40- language : python
41- additional_dependencies : [pygments, restructuredtext_lint]
37+ - id : sphinx-lint
38+ args : [--enable=default-role]
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Bug fixes
9090Features
9191++++++++
9292
93- - Expose `reruns ` and `reruns_delay ` through `pytest.ini ` file.
93+ - Expose `` reruns `` and `` reruns_delay `` through `` pytest.ini ` ` file.
9494
9595
969611.0 (2023-01-12)
@@ -114,7 +114,7 @@ Bug fixes
114114Features
115115++++++++
116116
117- - Added option `--rerun-except ` to rerun failed tests those are other than the mentioned Error.
117+ - Added option `` --rerun-except ` ` to rerun failed tests those are other than the mentioned Error.
118118
119119- Add support for Python 3.11.
120120
@@ -319,7 +319,7 @@ Bug fixes
319319
320320- Add support for Python 3.7.
321321
322- - Fix issue can occur when used together with `pytest-flake8 `
322+ - Fix issue can occur when used together with `` pytest-flake8 ` `
323323 (`#73 <https://github.com/pytest-dev/pytest-rerunfailures/issues/73 >`_)
324324
325325
@@ -414,7 +414,7 @@ Bug fixes
4144141.0.2 (2016-03-29)
415415------------------
416416
417- - Add support for `--resultlog ` option by parsing reruns accordingly. (#28)
417+ - Add support for `` --resultlog ` ` option by parsing reruns accordingly. (#28)
418418
419419
4204201.0.1 (2016-02-02)
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Recover from hard crashes
4545
4646If one or more tests trigger a hard crash (for example: segfault), this plugin
4747will ordinarily be unable to rerun the test. However, if a compatible version of
48- pytest-xdist is installed, and the tests are run within pytest-xdist using the `-n `
48+ pytest-xdist is installed, and the tests are run within pytest-xdist using the `` -n ` `
4949flag, this plugin will be able to rerun crashed tests, assuming the workers and
5050controller are on the same LAN (this assumption is valid for almost all cases
5151because most of the time the workers and controller are on the same computer).
You can’t perform that action at this time.
0 commit comments