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: README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ The `least_duration` algorithm walks the list of tests and assigns each test to
96
96
* Clone this repository
97
97
* Requirements:
98
98
*[Poetry](https://python-poetry.org/)
99
-
* Python 3.7+
99
+
* Python 3.8+
100
100
* Create a virtual environment and install the dependencies
101
101
102
102
```sh
@@ -117,9 +117,8 @@ pytest
117
117
118
118
### Documentation
119
119
120
-
The documentation is automatically generated from the content of the [docs directory](./docs) and from the docstrings
121
-
of the public signatures of the source code. The documentation is updated and published as a [Github project page
122
-
](https://pages.github.com/) automatically as part each release.
120
+
The documentation is automatically generated from the content of the [docs directory](https://github.com/jerry-git/pytest-split/tree/master/docs) and from the docstrings
121
+
of the public signatures of the source code. The documentation is updated and published as a [Github Pages page](https://pages.github.com/) automatically as part each release.
123
122
124
123
### Releasing
125
124
@@ -133,7 +132,7 @@ Find the draft release from the
133
132
134
133
### Pre-commit
135
134
136
-
Pre-commit hooks run all the auto-formatters (e.g. `black`), linters (e.g. `mypy`, `ruff`), and other quality
135
+
Pre-commit hooks run all the auto-formatting (`ruff format`), linters (e.g. `ruff` and `mypy`), and other quality
137
136
checks to make sure the changeset is in good shape before a commit/push happens.
138
137
139
138
You can install the hooks with (runs for each commit):
0 commit comments