You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.rst
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ Contributing
4
4
5
5
.. This file based on https://github.com/PyGithub/PyGithub/blob/master/CONTRIBUTING.md
6
6
7
-
``repo_helper`` uses `tox <https://tox.readthedocs.io>`_ to automate testing and packaging, and `pre-commit <https://pre-commit.com>`_ to maintain code quality.
7
+
``repo_helper`` uses `tox <https://tox.readthedocs.io>`_ to automate testing and packaging,
8
+
and `pre-commit <https://pre-commit.com>`_ to maintain code quality.
8
9
9
10
Install ``pre-commit`` with ``pip`` and install the git hook:
10
11
@@ -36,7 +37,8 @@ Or, to run the complete autoformatting suite:
36
37
Automated tests
37
38
-------------------
38
39
39
-
Tests are run with ``tox`` and ``pytest``. To run tests for a specific Python version, such as Python 3.6, run:
40
+
Tests are run with ``tox`` and ``pytest``.
41
+
To run tests for a specific Python version, such as Python 3.6:
Copy file name to clipboardExpand all lines: doc-source/contributing.rst
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@ Overview
3
3
4
4
.. This file based on https://github.com/PyGithub/PyGithub/blob/master/CONTRIBUTING.md
5
5
6
-
``repo_helper`` uses `tox <https://tox.readthedocs.io>`_ to automate testing and packaging, and `pre-commit <https://pre-commit.com>`_ to maintain code quality.
6
+
``repo_helper`` uses `tox <https://tox.readthedocs.io>`_ to automate testing and packaging,
7
+
and `pre-commit <https://pre-commit.com>`_ to maintain code quality.
7
8
8
9
Install ``pre-commit`` with ``pip`` and install the git hook:
9
10
@@ -35,7 +36,8 @@ Or, to run the complete autoformatting suite:
35
36
Automated tests
36
37
-------------------
37
38
38
-
Tests are run with ``tox`` and ``pytest``. To run tests for a specific Python version, such as Python 3.6, run:
39
+
Tests are run with ``tox`` and ``pytest``.
40
+
To run tests for a specific Python version, such as Python 3.6:
0 commit comments