File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : " v0.9.2 "
3+ rev : " v0.9.3 "
44 hooks :
55 - id : ruff
66 args : ["--fix"]
2121 - id : blacken-docs
2222 additional_dependencies : [black==24.1.1]
2323- repo : https://github.com/codespell-project/codespell
24- rev : v2.3 .0
24+ rev : v2.4 .0
2525 hooks :
2626 - id : codespell
2727 args : ["--toml=pyproject.toml"]
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ The new config.cache object
199199
200200 Plugins or conftest.py support code can get a cached value using the
201201pytest ``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
203203across pytest invocations:
204204
205205.. code-block :: python
You can’t perform that action at this time.
0 commit comments