Skip to content

Commit 208a76b

Browse files
[pre-commit.ci] pre-commit autoupdate (#367)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/pyproject-fmt: v2.27.0 → v2.28.0](tox-dev/pyproject-fmt@v2.27.0...v2.28.0) - [github.com/astral-sh/ruff-pre-commit: v0.16.2 → v0.16.3](astral-sh/ruff-pre-commit@v0.16.2...v0.16.3) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0fd676c commit 208a76b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ repos:
1919
hooks:
2020
- id: tox-toml-fmt
2121
- repo: https://github.com/tox-dev/pyproject-fmt
22-
rev: "v2.27.0"
22+
rev: "v2.28.0"
2323
hooks:
2424
- id: pyproject-fmt
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.16.2"
26+
rev: "v0.16.3"
2727
hooks:
2828
- id: ruff-format
2929
alias: ruff

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ ini_options.verbosity_assertions = 2
148148

149149
[tool.coverage]
150150
run.parallel = true
151-
run.patch = [ "subprocess" ]
152151
run.plugins = [
153152
"covdefaults",
154153
]
154+
run.patch = [ "subprocess" ]
155155
paths.other = [
156156
".",
157157
"*/tox_uv",

0 commit comments

Comments
 (0)