Skip to content

Commit 0633386

Browse files
[pre-commit.ci] pre-commit autoupdate (#510)
<!--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 7f2247d commit 0633386

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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.4"]
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-check

tox.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ commands = [
1616
"10",
1717
"--junitxml",
1818
"{env_tmp_dir}{/}junit.xml",
19-
{ replace = "posargs", extend = true, default = [
19+
{ replace = "posargs", default = [
2020
"--no-cov-on-fail",
2121
"--cov",
2222
"{env_site_packages_dir}{/}filelock",
@@ -32,17 +32,17 @@ commands = [
3232
"html:{env_tmp_dir}{/}htmlcov",
3333
"--cov-report",
3434
"xml:{env_tmp_dir}{/}coverage.xml",
35-
] },
35+
], extend = true },
3636
"tests",
3737
],
38-
{ replace = "posargs", extend = true, default = [
38+
{ replace = "posargs", default = [
3939
[
4040
"diff-cover",
4141
"--compare-branch",
4242
{ replace = "env", name = "DIFF_AGAINST", default = "origin/main" },
4343
"{env_tmp_dir}{/}coverage.xml",
4444
],
45-
] },
45+
], extend = true },
4646
]
4747

4848
[env.coverage]

0 commit comments

Comments
 (0)