File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : " v0.9.2 "
3
+ rev : " v0.9.3 "
4
4
hooks :
5
5
- id : ruff
6
6
args : ["--fix"]
21
21
- id : blacken-docs
22
22
additional_dependencies : [black==24.1.1]
23
23
- repo : https://github.com/codespell-project/codespell
24
- rev : v2.3 .0
24
+ rev : v2.4 .0
25
25
hooks :
26
26
- id : codespell
27
27
args : ["--toml=pyproject.toml"]
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ The new config.cache object
199
199
200
200
Plugins or conftest.py support code can get a cached value using the
201
201
pytest ``config `` object. Here is a basic example plugin which
202
- implements a :ref: `fixture <fixture >` which re-uses previously created state
202
+ implements a :ref: `fixture <fixture >` which reuses previously created state
203
203
across pytest invocations:
204
204
205
205
.. code-block :: python
You can’t perform that action at this time.
0 commit comments