Skip to content

Commit 4fa2800

Browse files
[pre-commit.ci] pre-commit autoupdate (#294)
<!--pre-commit.ci start--> updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/tox-dev/tox-toml-fmt: v1.8.0 → v1.9.1](tox-dev/tox-toml-fmt@v1.8.0...v1.9.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.5](astral-sh/ruff-pre-commit@v0.15.4...v0.15.5) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b92fc30 commit 4fa2800

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ repos:
1010
- id: check-github-workflows
1111
args: ["--verbose"]
1212
- repo: https://github.com/codespell-project/codespell
13-
rev: v2.4.1
13+
rev: v2.4.2
1414
hooks:
1515
- id: codespell
1616
additional_dependencies: ["tomli>=2.3"]
1717
- repo: https://github.com/tox-dev/tox-toml-fmt
18-
rev: "v1.8.0"
18+
rev: "v1.9.1"
1919
hooks:
2020
- id: tox-toml-fmt
2121
- repo: https://github.com/tox-dev/pyproject-fmt
2222
rev: "v2.16.2"
2323
hooks:
2424
- id: pyproject-fmt
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.15.4"
26+
rev: "v0.15.5"
2727
hooks:
2828
- id: ruff-format
2929
- id: ruff

tox.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ commands = [
1414
"python",
1515
"-m",
1616
"pytest",
17-
{ replace = "posargs", extend = true, default = [
17+
{ replace = "posargs", default = [
1818
"--cov",
1919
"{env_site_packages_dir}{/}sphinx_argparse_cli",
2020
"--cov",
@@ -31,7 +31,7 @@ commands = [
3131
"--junitxml",
3232
"{work_dir}{/}junit.{env_name}.xml",
3333
"tests",
34-
] },
34+
], extend = true },
3535
],
3636
]
3737

0 commit comments

Comments
 (0)