Skip to content

Commit 57ba8a2

Browse files
[pre-commit.ci] pre-commit autoupdate (#82)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) * Fix typo in URL --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: mrbean-bremen <[email protected]>
1 parent 37db0b7 commit 57ba8a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/codespell-project/codespell
6-
rev: v2.2.5
6+
rev: v2.2.6
77
hooks:
88
- id: codespell
99
args:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Features
4343
- hierarchical module and class-level ordering via the
4444
[order-group-scope](https://pytest-order.readthedocs.io/en/stable/configuration.html#order-group-scope) option
4545
- ordering tests with `pytest-dependency` markers if using the
46-
[order-dependencies](hhttps://pytest-order.readthedocs.io/en/stable/configuration.html#order-dependencies) option,
46+
[order-dependencies](https://pytest-order.readthedocs.io/en/stable/configuration.html#order-dependencies) option,
4747
more information about `pytest-dependency` compatibility
4848
[here](https://pytest-order.readthedocs.io/en/stable/other_plugins.html#relationship-with-pytest-dependency)
4949
- sparse ordering of tests via the

0 commit comments

Comments
 (0)